diff options
author | Len Brown <len.brown@intel.com> | 2007-02-10 07:18:25 +0100 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2007-02-17 03:45:57 +0100 |
commit | 5ee6edbcde4d3b14e4e03d4b331df1099a34aa8d (patch) | |
tree | 0255c41c950217eedd582c80aa060f49ff5682e6 /drivers/acpi/Kconfig | |
parent | [PATCH] m68knommu: use irq_handler_t for passing handler types (diff) | |
download | linux-5ee6edbcde4d3b14e4e03d4b331df1099a34aa8d.tar.xz linux-5ee6edbcde4d3b14e4e03d4b331df1099a34aa8d.zip |
ACPI: hotkey: remove driver, per feature-removal-schedule.txt
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/acpi/Kconfig')
-rw-r--r-- | drivers/acpi/Kconfig | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/drivers/acpi/Kconfig b/drivers/acpi/Kconfig index 20eacc2c9e0e..4f5bfb1e629a 100644 --- a/drivers/acpi/Kconfig +++ b/drivers/acpi/Kconfig @@ -132,15 +132,6 @@ config ACPI_VIDEO Note that this is an ref. implementation only. It may or may not work for your integrated video device. -config ACPI_HOTKEY - tristate "Generic Hotkey (EXPERIMENTAL)" - depends on EXPERIMENTAL - depends on X86 - default n - help - Experimental consolidated hotkey driver. - If you are unsure, say N. - config ACPI_FAN tristate "Fan" default y |