diff options
Diffstat (limited to 'drivers/misc/Kconfig')
-rw-r--r-- | drivers/misc/Kconfig | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/drivers/misc/Kconfig b/drivers/misc/Kconfig index d5bc288b1b0d..1689c051f68f 100644 --- a/drivers/misc/Kconfig +++ b/drivers/misc/Kconfig | |||
@@ -212,6 +212,18 @@ config TC1100_WMI | |||
212 | This is a driver for the WMI extensions (wireless and bluetooth power | 212 | This is a driver for the WMI extensions (wireless and bluetooth power |
213 | control) of the HP Compaq TC1100 tablet. | 213 | control) of the HP Compaq TC1100 tablet. |
214 | 214 | ||
215 | config HP_WMI | ||
216 | tristate "HP WMI extras" | ||
217 | depends on ACPI_WMI | ||
218 | depends on INPUT | ||
219 | depends on RFKILL | ||
220 | help | ||
221 | Say Y here if you want to support WMI-based hotkeys on HP laptops and | ||
222 | to read data from WMI such as docking or ambient light sensor state. | ||
223 | |||
224 | To compile this driver as a module, choose M here: the module will | ||
225 | be called hp-wmi. | ||
226 | |||
215 | config MSI_LAPTOP | 227 | config MSI_LAPTOP |
216 | tristate "MSI Laptop Extras" | 228 | tristate "MSI Laptop Extras" |
217 | depends on X86 | 229 | depends on X86 |