aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/acpi/Kconfig
diff options
context:
space:
mode:
authorLuming Yu <luming.yu@intel.com>2005-03-18 18:03:45 -0500
committerLen Brown <len.brown@intel.com>2005-07-11 23:27:04 -0400
commitfb9802fa59b196d7f90bb3c2e33c555c6bdc4c54 (patch)
treeaca6fd906629c6da124a73b43e6f6c50f81b90b4 /drivers/acpi/Kconfig
parentd58da590451cf6ae75379a2ebf96d3afb8d810d8 (diff)
[ACPI] generic Hot Key support
See Documentation/acpi-hotkey.txt Use cmdline "acpi_specific_hotkey" to enable legacy platform specific drivers. http://bugzilla.kernel.org/show_bug.cgi?id=3887 Signed-off-by: Luming Yu <luming.yu@intel.com> Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r--drivers/acpi/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig
index ceecc5634e74..fa7f43451891 100644
--- a/drivers/acpi/Kconfig
+++ b/drivers/acpi/Kconfig
@@ -123,6 +123,15 @@ config ACPI_VIDEO
123 Note that this is an ref. implementation only. It may or may not work 123 Note that this is an ref. implementation only. It may or may not work
124 for your integrated video device. 124 for your integrated video device.
125 125
126config ACPI_HOTKEY
127 tristate "Generic Hotkey"
128 depends on ACPI_INTERPRETER
129 depends on EXPERIMENTAL
130 depends on !IA64_SGI_SN
131 default m
132 help
133 ACPI generic hotkey
134
126config ACPI_FAN 135config ACPI_FAN
127 tristate "Fan" 136 tristate "Fan"
128 depends on !IA64_SGI_SN 137 depends on !IA64_SGI_SN