mirror of
https://github.com/edk2-porting/linux-next.git
synced 2025-01-27 08:05:27 +08:00
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>
This commit is contained in:
parent
9846d86031
commit
5ee70cd606
@ -137,7 +137,6 @@ config EFI_GENERIC_STUB_INITRD_CMDLINE_LOADER
|
|||||||
|
|
||||||
config EFI_BOOTLOADER_CONTROL
|
config EFI_BOOTLOADER_CONTROL
|
||||||
tristate "EFI Bootloader Control"
|
tristate "EFI Bootloader Control"
|
||||||
depends on EFI_VARS
|
|
||||||
default n
|
default n
|
||||||
help
|
help
|
||||||
This module installs a reboot hook, such that if reboot() is
|
This module installs a reboot hook, such that if reboot() is
|
||||||
@ -281,7 +280,7 @@ config EFI_EARLYCON
|
|||||||
|
|
||||||
config EFI_CUSTOM_SSDT_OVERLAYS
|
config EFI_CUSTOM_SSDT_OVERLAYS
|
||||||
bool "Load custom ACPI SSDT overlay from an EFI variable"
|
bool "Load custom ACPI SSDT overlay from an EFI variable"
|
||||||
depends on EFI_VARS && ACPI
|
depends on EFI && ACPI
|
||||||
default ACPI_TABLE_UPGRADE
|
default ACPI_TABLE_UPGRADE
|
||||||
help
|
help
|
||||||
Allow loading of an ACPI SSDT overlay from an EFI variable specified
|
Allow loading of an ACPI SSDT overlay from an EFI variable specified
|
||||||
|
Loading…
Reference in New Issue
Block a user