All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] make ACPI_BLACKLIST_YEAR depend on ACPI
@ 2005-02-14 10:30 Rolf Eike Beer
  2005-02-14 16:04 ` Linus Torvalds
  0 siblings, 1 reply; 4+ messages in thread
From: Rolf Eike Beer @ 2005-02-14 10:30 UTC (permalink / raw)
  To: Linux Kernel Mailing List; +Cc: Linus Torvalds

Hi,

this oneliner fixes the situation that I can enter a year to blacklist
ACPI devices if ACPI is completely disabled.

Signed-off-by: Rolf Eike Beer <eike-kernel@sf-tec.de>

--- linux-2.6.11-rc3/drivers/acpi/Kconfig	2005-02-07 21:12:45.000000000 +0100
+++ linux-2.6.11-rc3/drivers/acpi/Kconfig.fixed	2005-02-12 19:58:24.000000000 +0100
@@ -259,6 +259,7 @@
 
 config ACPI_BLACKLIST_YEAR
 	int "Disable ACPI for systems before Jan 1st this year"
+	depends on ACPI
 	default 0
 	help
 	  enter a 4-digit year, eg. 2001 to disable ACPI by default

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2005-02-14 22:02 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-02-14 10:30 [PATCH] make ACPI_BLACKLIST_YEAR depend on ACPI Rolf Eike Beer
2005-02-14 16:04 ` Linus Torvalds
2005-02-14 20:40   ` Len Brown
2005-02-14 22:01     ` Roman Zippel

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.