diff options
author | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2023-02-22 12:32:22 +0300 |
---|---|---|
committer | Benjamin Tissoires <benjamin.tissoires@redhat.com> | 2023-02-22 12:32:22 +0300 |
commit | 1f3a95734401085fe2e2cfc1a004d58114268c1f (patch) | |
tree | 18c5cc204576bd6bbe77a3ec9d5657d2cdb1b08a /drivers/hid/Kconfig | |
parent | 33238632295e6f1e7176b77ab6aa9ed6c0b86366 (diff) | |
parent | f5cd71cfdb5c850d93d258c43c379f144acaae35 (diff) | |
download | linux-1f3a95734401085fe2e2cfc1a004d58114268c1f.tar.xz |
Merge branch 'for-6.3/evision' into for-linus
New hid-evision driver for EVision keyboards (Philippe Valembois)
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index d253b3ff2e0c..757a6fe8594a 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -329,6 +329,13 @@ config HID_ELO Support for the ELO USB 4000/4500 touchscreens. Note that this is for different devices than those handled by CONFIG_TOUCHSCREEN_USB_ELO. +config HID_EVISION + tristate "EVision Keyboards Support" + depends on HID + help + Support for some EVision keyboards. Note that this is needed only when + applying customization using userspace programs. + config HID_EZKEY tristate "Ezkey BTC 8193 keyboard" default !EXPERT |