diff options
author | Jiri Kosina <jkosina@suse.cz> | 2018-04-05 13:16:52 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2018-04-05 13:16:52 +0200 |
commit | d463fd44c4d620b6f96f9f56474fbd42cb663a84 (patch) | |
tree | 2aaf04cc5c5f529c69ab29e3d3e4558a3968baea /drivers/hid/Kconfig | |
parent | a9ef00aec7633b3be3b19a7fce9a8d13f5a07c1c (diff) | |
parent | 7d3d88401fb75081e731d62c1c79584413525aa6 (diff) | |
download | op-kernel-dev-d463fd44c4d620b6f96f9f56474fbd42cb663a84.zip op-kernel-dev-d463fd44c4d620b6f96f9f56474fbd42cb663a84.tar.gz |
Merge branch 'for-4.17/google-hammer' into for-linus
Support for Google Hammer device.
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 4989ec4..459adf7 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 |