Skip to content

Commit 5ee70cd

Browse files
committed
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>
1 parent 9846d86 commit 5ee70cd

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

drivers/firmware/efi/Kconfig

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,6 @@ config EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER
137137

138138
config EFI_BOOTLOADER_CONTROL
139139
tristate "EFI Bootloader Control"
140-
depends on EFI_VARS
141140
default n
142141
help
143142
This module installs a reboot hook, such that if reboot() is
@@ -281,7 +280,7 @@ config EFI_EARLYCON
281280

282281
config EFI_CUSTOM_SSDT_OVERLAYS
283282
bool "Load custom ACPI SSDT overlay from an EFI variable"
284-
depends on EFI_VARS && ACPI
283+
depends on EFI && ACPI
285284
default ACPI_TABLE_UPGRADE
286285
help
287286
Allow loading of an ACPI SSDT overlay from an EFI variable specified

0 commit comments

Comments
 (0)