diff options
author | Alex Hung <alex.hung@canonical.com> | 2014-01-16 10:50:31 +0100 |
---|---|---|
committer | Matthew Garrett <matthew.garrett@nebula.com> | 2014-01-21 14:44:18 +0100 |
commit | 54290fa6980747b1e83e2d3a576115046df54b04 (patch) | |
tree | d86de33702e4c0da85c3cdaf5767a3866fea2a63 /drivers/platform/x86/Kconfig | |
parent | toshiba_acpi: Support RFKILL hotkey scancode (diff) | |
download | linux-54290fa6980747b1e83e2d3a576115046df54b04.tar.xz linux-54290fa6980747b1e83e2d3a576115046df54b04.zip |
hp-wireless: new driver for hp wireless button for Windows 8
Signed-off-by: Alex Hung <alex.hung@canonical.com>
Signed-off-by: Matthew Garrett <matthew.garrett@nebula.com>
Diffstat (limited to 'drivers/platform/x86/Kconfig')
-rw-r--r-- | drivers/platform/x86/Kconfig | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/drivers/platform/x86/Kconfig b/drivers/platform/x86/Kconfig index a698b928327d..5ae65c11d544 100644 --- a/drivers/platform/x86/Kconfig +++ b/drivers/platform/x86/Kconfig @@ -197,6 +197,17 @@ config HP_ACCEL To compile this driver as a module, choose M here: the module will be called hp_accel. +config HP_WIRELESS + tristate "HP WIRELESS" + depends on ACPI + depends on INPUT + help + This driver provides supports for new HP wireless button for Windows 8. + On such systems the driver should load automatically (via ACPI alias). + + To compile this driver as a module, choose M here: the module will + be called hp-wireless. + config HP_WMI tristate "HP WMI extras" depends on ACPI_WMI |