|
@@ -3,6 +3,9 @@
|
|
|
# ACPI Configuration
|
|
# ACPI Configuration
|
|
|
#
|
|
#
|
|
|
|
|
|
|
|
|
|
+config ARCH_SUPPORTS_ACPI
|
|
|
|
|
+ bool
|
|
|
|
|
+
|
|
|
menuconfig ACPI
|
|
menuconfig ACPI
|
|
|
bool "ACPI (Advanced Configuration and Power Interface) Support"
|
|
bool "ACPI (Advanced Configuration and Power Interface) Support"
|
|
|
depends on ARCH_SUPPORTS_ACPI
|
|
depends on ARCH_SUPPORTS_ACPI
|
|
@@ -40,9 +43,6 @@ 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
|