diff options
author | Wei-Ning Huang <wnhuang@chromium.org> | 2018-03-15 09:28:25 +0800 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2018-03-27 14:46:54 +0200 |
commit | bc774b8c110f7d90d13257b95b5a22f5bb7fd71b (patch) | |
tree | b3e9dcc0b0747bdd9abff13ddf6fc8887d8f47c4 /drivers/hid/Kconfig | |
parent | 183b6366cf473ff0e706a6751adc082faa44843d (diff) | |
download | linux-next-bc774b8c110f7d90d13257b95b5a22f5bb7fd71b.tar.gz |
HID: google: add google hammer HID driver
Add Google hammer HID driver. This driver allow us to control hammer
keyboard backlight and support future features.
Signed-off-by: Wei-Ning Huang <wnhuang@google.com>
Signed-off-by: Nicolas Boichat <drinkcat@chromium.org>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 19c499f5623d..a18e06b81165 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -331,6 +331,12 @@ config HOLTEK_FF Say Y here if you have a Holtek On Line Grip based game controller and want to have force feedback support for it. +config HID_GOOGLE_HAMMER + tristate "Google Hammer Keyboard" + depends on USB_HID && LEDS_CLASS + ---help--- + Say Y here if you have a Google Hammer device. + config HID_GT683R tristate "MSI GT68xR LED support" depends on LEDS_CLASS && USB_HID |