efi: remove some false dependencies on CONFIG_EFI_VARS
authorArd Biesheuvel <ardb@kernel.org>
Wed, 23 Sep 2020 08:27:36 +0000 (10:27 +0200)
committerArd Biesheuvel <ardb@kernel.org>
Tue, 29 Sep 2020 17:40:57 +0000 (19:40 +0200)
commit5ee70cd60652e85e4e8ced99f58f2fcbab405110
tree11342199f51ced31b218227f5c47bd2a7f83bbb7
parent9846d86031eeca2fb2867fe4ac9d92803a97e8e4
efi: remove some false dependencies on CONFIG_EFI_VARS

Remove some false dependencies on CONFIG_EFI_VARS, which only controls
the creation of the sysfs entries, whereas the underlying functionality
that these modules rely on is enabled unconditionally when CONFIG_EFI
is set.

Signed-off-by: Ard Biesheuvel <ardb@kernel.org>
drivers/firmware/efi/Kconfig