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) |
/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 | |||
133 | depends on ACPI_INTERPRETER | 133 | depends on ACPI_INTERPRETER |
134 | depends on EXPERIMENTAL | 134 | depends on EXPERIMENTAL |
135 | depends on !IA64_SGI_SN | 135 | depends on !IA64_SGI_SN |
136 | default m | 136 | default n |
137 | help | 137 | help |
138 | ACPI generic hotkey | 138 | Experimental consolidated hotkey driver. |
139 | If you are unsure, say N. | ||
139 | 140 | ||
140 | config ACPI_FAN | 141 | config ACPI_FAN |
141 | tristate "Fan" | 142 | tristate "Fan" |