* [2.6 patch] let ACPI_BLACKLIST_YEAR depend on ACPI_INTERPRETER
@ 2004-11-13 0:05 Adrian Bunk
0 siblings, 0 replies; only message in thread
From: Adrian Bunk @ 2004-11-13 0:05 UTC (permalink / raw)
To: len.brown; +Cc: acpi-devel, linux-kernel
ACPI_BLACKLIST_YEAR has no effect without ACPI_INTERPRETER, so there's
no point asking it if ACPI_INTERPRETER=n.
Signed-off-by: Adrian Bunk <bunk@stusta.de>
--- linux-2.6.10-rc1-mm5-full/drivers/acpi/Kconfig.old 2004-11-13 01:01:43.000000000 +0100
+++ linux-2.6.10-rc1-mm5-full/drivers/acpi/Kconfig 2004-11-13 01:02:22.000000000 +0100
@@ -270,6 +270,7 @@
config ACPI_BLACKLIST_YEAR
int "Disable ACPI for systems before Jan 1st this year"
+ depends on ACPI_INTERPRETER
default 0
help
enter a 4-digit year, eg. 2001 to disable ACPI by default
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2004-11-13 0:11 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-11-13 0:05 [2.6 patch] let ACPI_BLACKLIST_YEAR depend on ACPI_INTERPRETER Adrian Bunk
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).