summaryrefslogtreecommitdiff
path: root/drivers/hid/Kconfig
diff options
context:
space:
mode:
authorSean O'Brien <seobrien@chromium.org>2020-09-10 01:03:04 +0300
committerJiri Kosina <jkosina@suse.cz>2020-09-30 23:44:26 +0300
commit14c9c014babedc6098bf4cd83c622997867bc0df (patch)
tree46971e93b820a8f56783e09bfea4beb1ab2a9018 /drivers/hid/Kconfig
parentfc3abb53250a90ba2150eebd182137c136f4d25a (diff)
downloadlinux-14c9c014babedc6098bf4cd83c622997867bc0df.tar.xz
HID: add vivaldi HID driver
Add vivaldi HID driver. This driver allows us to read and report the top row layout of keyboards which provide a vendor-defined (Google) HID usage. Signed-off-by: Sean O'Brien <seobrien@chromium.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r--drivers/hid/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig
index 05315b434276..612629678c84 100644
--- a/drivers/hid/Kconfig
+++ b/drivers/hid/Kconfig
@@ -397,6 +397,15 @@ config HID_GOOGLE_HAMMER
help
Say Y here if you have a Google Hammer device.
+config HID_VIVALDI
+ tristate "Vivaldi Keyboard"
+ depends on HID
+ help
+ Say Y here if you want to enable support for Vivaldi keyboards.
+
+ Vivaldi keyboards use a vendor-specific (Google) HID usage to report
+ how the keys in the top row are physically ordered.
+
config HID_GT683R
tristate "MSI GT68xR LED support"
depends on LEDS_CLASS && USB_HID