diff options
author | Alex Hung <alex.hung@canonical.com> | 2014-01-16 17:50:31 +0800 |
---|---|---|
committer | Matthew Garrett <matthew.garrett@nebula.com> | 2014-01-21 08:44:18 -0500 |
commit | 54290fa6980747b1e83e2d3a576115046df54b04 (patch) | |
tree | d86de33702e4c0da85c3cdaf5767a3866fea2a63 /drivers/platform/x86/Kconfig | |
parent | fec278a1ddcb0607db3c5e47817c3017df71936d (diff) | |
download | blackbird-op-linux-54290fa6980747b1e83e2d3a576115046df54b04.tar.gz blackbird-op-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 |