[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1351694147-10904-4-git-send-email-trenn@suse.de>
Date: Wed, 31 Oct 2012 15:35:47 +0100
From: Thomas Renninger <trenn@...e.de>
To: hpa@...or.com
Cc: linux-kernel@...r.kernel.org, Thomas Renninger <trenn@...e.de>
Subject: [PATCH 3/3] ACPI: Overriding ACPI tables via initrd only works with an initrd
Reflect this dependency in Kconfig.
Shorten the config description as suggested by Borislav Petkov
Signed-off-by: Thomas Renninger <trenn@...e.de>
---
drivers/acpi/Kconfig | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 44cea5d..ca939b4 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -262,7 +262,8 @@ config ACPI_CUSTOM_DSDT
default ACPI_CUSTOM_DSDT_FILE != ""
config ACPI_INITRD_TABLE_OVERRIDE
- bool "ACPI tables can be passed via uncompressed cpio in initrd"
+ bool "ACPI tables override via initrd"
+ depends on BLK_DEV_INITRD
default n
help
This option provides functionality to override arbitrary ACPI tables
--
1.7.6.1
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists