|
@@ -5,11 +5,10 @@
|
|
|
|
|
|
menuconfig ACPI
|
|
menuconfig ACPI
|
|
bool "ACPI (Advanced Configuration and Power Interface) Support"
|
|
bool "ACPI (Advanced Configuration and Power Interface) Support"
|
|
- depends on !IA64_HP_SIM
|
|
|
|
- depends on IA64 || X86 || (ARM64 && EFI)
|
|
|
|
|
|
+ depends on ARCH_SUPPORTS_ACPI
|
|
depends on PCI
|
|
depends on PCI
|
|
select PNP
|
|
select PNP
|
|
- default y if (IA64 || X86)
|
|
|
|
|
|
+ default y if X86
|
|
help
|
|
help
|
|
Advanced Configuration and Power Interface (ACPI) support for
|
|
Advanced Configuration and Power Interface (ACPI) support for
|
|
Linux requires an ACPI-compliant platform (hardware/firmware),
|
|
Linux requires an ACPI-compliant platform (hardware/firmware),
|
|
@@ -41,6 +40,9 @@ menuconfig ACPI
|
|
<http://www.acpi.info>
|
|
<http://www.acpi.info>
|
|
<http://www.uefi.org/acpi/specs>
|
|
<http://www.uefi.org/acpi/specs>
|
|
|
|
|
|
|
|
+config ARCH_SUPPORTS_ACPI
|
|
|
|
+ bool
|
|
|
|
+
|
|
if ACPI
|
|
if ACPI
|
|
|
|
|
|
config ACPI_LEGACY_TABLES_LOOKUP
|
|
config ACPI_LEGACY_TABLES_LOOKUP
|