diff options
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 9 |
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 | ||
126 | config 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 | |||
126 | config ACPI_FAN | 135 | config ACPI_FAN |
127 | tristate "Fan" | 136 | tristate "Fan" |
128 | depends on !IA64_SGI_SN | 137 | depends on !IA64_SGI_SN |