diff options
author | Len Brown <len.brown@intel.com> | 2009-04-05 07:51:22 +0200 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-04-05 07:51:22 +0200 |
commit | 2e33b234abbb9a77806115d30c3084992a98973c (patch) | |
tree | ef46ff81813f19c1fae07e1b470cac04c4b0e3d3 /drivers/platform/x86/Kconfig | |
parent | Merge branch 'constify' into release (diff) | |
parent | dell-wmi: new driver for hotkey control (diff) | |
download | linux-2e33b234abbb9a77806115d30c3084992a98973c.tar.xz linux-2e33b234abbb9a77806115d30c3084992a98973c.zip |
Merge branch 'dell-wmi' into release
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 eb6908a6fe0b..284ebaca6e45 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 |