|
@@ -311,9 +311,12 @@ config ACPI_CUSTOM_DSDT
|
|
|
bool
|
|
|
default ACPI_CUSTOM_DSDT_FILE != ""
|
|
|
|
|
|
+config ARCH_HAS_ACPI_TABLE_UPGRADE
|
|
|
+ def_bool n
|
|
|
+
|
|
|
config ACPI_TABLE_UPGRADE
|
|
|
bool "Allow upgrading ACPI tables via initrd"
|
|
|
- depends on BLK_DEV_INITRD && X86
|
|
|
+ depends on BLK_DEV_INITRD && ARCH_HAS_ACPI_TABLE_UPGRADE
|
|
|
default y
|
|
|
help
|
|
|
This option provides functionality to upgrade arbitrary ACPI tables
|