]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb7470f9b5bde71d5e0a1bf696c04f09a4b01cc51
tree11342199f51ced31b218227f5c47bd2a7f83bbb7
parentd0e38dfdbea057f817df717fab4cdb1a06ca7e70
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