]> 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)
commitb22fcc3ccde19666314ddc9dfb1e17992ed9fcf3
tree11342199f51ced31b218227f5c47bd2a7f83bbb7
parent2d3bd82cf920340e872a8fec20a6b5be67fd0f0d
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