[2.6 patch] let ACPI_BLACKLIST_YEAR depend on ACPI_INTERPRETER

From: Adrian Bunk
Date: Fri Nov 12 2004 - 19:14:50 EST


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@xxxxxxxxx>

--- 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

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/