summaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Kconfig
diff options
context:
space:
mode:
authorLen Brown <len.brown@intel.com>2005-08-04 00:15:15 +0200
committerLen Brown <len.brown@intel.com>2005-08-04 00:15:15 +0200
commit8066eff0a1a0703ad901dbe5646a47dbfc089ef2 (patch)
tree9d46f66ae3f1002073c317e10218a78775ff7e2d /drivers/acpi/Kconfig
parentLinux v2.6.13-rc5 (diff)
parent[ACPI] CONFIG_ACPI_HOTKEY is now "n" by default (diff)
downloadlinux-8066eff0a1a0703ad901dbe5646a47dbfc089ef2.tar.xz
linux-8066eff0a1a0703ad901dbe5646a47dbfc089ef2.zip
/home/lenb/src/to-linus branch 'acpi-2.6.12'
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r--drivers/acpi/Kconfig5
1 files changed, 3 insertions, 2 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index 986410e7b483..ba13896cae40 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -133,9 +133,10 @@ config ACPI_HOTKEY
depends on ACPI_INTERPRETER
depends on EXPERIMENTAL
depends on !IA64_SGI_SN
- default m
+ default n
help
- ACPI generic hotkey
+ Experimental consolidated hotkey driver.
+ If you are unsure, say N.
config ACPI_FAN
tristate "Fan"