diff options
author | Len Brown <len.brown@intel.com> | 2005-08-03 18:15:15 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2005-08-03 18:15:15 -0400 |
commit | 8066eff0a1a0703ad901dbe5646a47dbfc089ef2 (patch) | |
tree | 9d46f66ae3f1002073c317e10218a78775ff7e2d /drivers/acpi/Kconfig | |
parent | 9a351e30d72d409ec62c83f380e330e0baa584b4 (diff) | |
parent | 79cda7d0e1c8629996242c036d6fe0466038d8ba (diff) | |
download | linux-8066eff0a1a0703ad901dbe5646a47dbfc089ef2.tar.gz linux-8066eff0a1a0703ad901dbe5646a47dbfc089ef2.tar.bz2 linux-8066eff0a1a0703ad901dbe5646a47dbfc089ef2.zip |
/home/lenb/src/to-linus branch 'acpi-2.6.12'
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 5 |
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" |