diff options
author | Jiri Kosina <jkosina@suse.cz> | 2022-03-23 10:09:34 +0100 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2022-03-23 10:09:34 +0100 |
commit | bda3c85a00b07668f7acca41e84607c2c5bee3b4 (patch) | |
tree | 1f78da1f6ddb529f2dbda1e346bdae6f452702ca /drivers/hid/Kconfig | |
parent | 1fe30b497ca02dbf8562536116e24ce41c61f8fa (diff) | |
parent | 976734041b6c958838a97642f82715576d09c23e (diff) | |
download | linux-bda3c85a00b07668f7acca41e84607c2c5bee3b4.tar.gz linux-bda3c85a00b07668f7acca41e84607c2c5bee3b4.tar.bz2 linux-bda3c85a00b07668f7acca41e84607c2c5bee3b4.zip |
Merge branch 'for-5.18/sigma-micro' into for-linus
- driver for SiGma Micro keyboards (Desmond Lim)
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index c7beb77b102f..7a674873d794 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -993,6 +993,16 @@ config HID_SEMITEK - Woo-dy - X-Bows Nature/Knight +config HID_SIGMAMICRO + tristate "SiGma Micro-based keyboards" + depends on USB_HID + help + Support for keyboards that use the SiGma Micro (a.k.a SigmaChip) IC. + + Supported devices: + - Landslides KR-700 + - Rapoo V500 + config HID_SONY tristate "Sony PS2/3/4 accessories" depends on USB_HID |