diff options
author | Matthew Garrett <mjg59@srcf.ucam.org> | 2009-01-09 20:17:11 +0000 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-04-03 22:54:50 -0400 |
commit | 0b3f6109f0c9ff926b5ffc80dc1cebb24f192b35 (patch) | |
tree | 01a5a5076735492e55d590525d1fd774b23165a6 /drivers/platform/x86/Kconfig | |
parent | 8e0ee43bc2c3e19db56a4adaa9a9b04ce885cd84 (diff) | |
download | blackbird-obmc-linux-0b3f6109f0c9ff926b5ffc80dc1cebb24f192b35.tar.gz blackbird-obmc-linux-0b3f6109f0c9ff926b5ffc80dc1cebb24f192b35.zip |
dell-wmi: new driver for hotkey control
Add a WMI driver for Dell laptops. Currently it does nothing but send a
generic input event when a button with a picture of a battery on it is
pressed, but maybe other uses will appear over time.
Signed-off-by: Matthew Garrett <mjg@redhat.com>
Cc: Dmitry Torokhov <dtor@mail.ru>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Len Brown <len.brown@intel.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index 3608081bc3e0..a27bff3007c8 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -67,6 +67,16 @@ config DELL_LAPTOP This driver adds support for rfkill and backlight control to Dell laptops. +config DELL_WMI + tristate "Dell WMI extras" + depends on ACPI_WMI + depends on INPUT + ---help--- + Say Y here if you want to support WMI-based hotkeys on Dell laptops. + + To compile this driver as a module, choose M here: the module will + be called dell-wmi. + config FUJITSU_LAPTOP tristate "Fujitsu Laptop Extras" depends on ACPI |