diff options
Diffstat (limited to 'drivers/acpi')
-rw-r--r-- | drivers/acpi/Kconfig | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 38c5078da11d..f5ae996dc9b1 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig | |||
@@ -268,7 +268,8 @@ config ACPI_CUSTOM_DSDT | |||
268 | default ACPI_CUSTOM_DSDT_FILE != "" | 268 | default ACPI_CUSTOM_DSDT_FILE != "" |
269 | 269 | ||
270 | config ACPI_INITRD_TABLE_OVERRIDE | 270 | config ACPI_INITRD_TABLE_OVERRIDE |
271 | bool "ACPI tables can be passed via uncompressed cpio in initrd" | 271 | bool "ACPI tables override via initrd" |
272 | depends on BLK_DEV_INITRD && X86 | ||
272 | default n | 273 | default n |
273 | help | 274 | help |
274 | This option provides functionality to override arbitrary ACPI tables | 275 | This option provides functionality to override arbitrary ACPI tables |