diff options
author | Len Brown <len.brown@intel.com> | 2009-04-05 01:51:22 -0400 |
---|---|---|
committer | Len Brown <len.brown@intel.com> | 2009-04-05 01:51:22 -0400 |
commit | 2e33b234abbb9a77806115d30c3084992a98973c (patch) | |
tree | ef46ff81813f19c1fae07e1b470cac04c4b0e3d3 /drivers/platform/x86/Kconfig | |
parent | e2fae0abf6a9c7a2da1a481b7adb4e24f7778992 (diff) | |
parent | 0b3f6109f0c9ff926b5ffc80dc1cebb24f192b35 (diff) |
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 | |||
67 | This driver adds support for rfkill and backlight control to Dell | 67 | This driver adds support for rfkill and backlight control to Dell |
68 | laptops. | 68 | laptops. |
69 | 69 | ||
70 | config DELL_WMI | ||
71 | tristate "Dell WMI extras" | ||
72 | depends on ACPI_WMI | ||
73 | depends on INPUT | ||
74 | ---help--- | ||
75 | Say Y here if you want to support WMI-based hotkeys on Dell laptops. | ||
76 | |||
77 | To compile this driver as a module, choose M here: the module will | ||
78 | be called dell-wmi. | ||
79 | |||
70 | config FUJITSU_LAPTOP | 80 | config FUJITSU_LAPTOP |
71 | tristate "Fujitsu Laptop Extras" | 81 | tristate "Fujitsu Laptop Extras" |
72 | depends on ACPI | 82 | depends on ACPI |