diff options
author | Jiri Kosina <jkosina@suse.cz> | 2019-09-22 22:41:41 +0200 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2019-09-22 22:41:41 +0200 |
commit | 7af0f839f4eedfccc7128d62df1e0bdebc3def11 (patch) | |
tree | 17a935af54c45cda636ef3b462045de57a786b98 /drivers/hid/Kconfig | |
parent | 67fe00d8c39fcb9ac6a851f605328e01d0568e93 (diff) | |
parent | f7c4f737ced2b9e0ba412ed7be9683f80c247bd2 (diff) | |
download | linux-7af0f839f4eedfccc7128d62df1e0bdebc3def11.tar.bz2 |
Merge branch 'for-5.4/sb0540' into for-linus
- support for Creative SB0540 IR receivers, from Bastien Nocera
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/hid/Kconfig')
-rw-r--r-- | drivers/hid/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/hid/Kconfig b/drivers/hid/Kconfig index 3872e03d9a59..a70999f9c639 100644 --- a/drivers/hid/Kconfig +++ b/drivers/hid/Kconfig @@ -273,6 +273,15 @@ config HID_CP2112 and gpiochip to expose these functions of the CP2112. The customizable USB descriptor fields are exposed as sysfs attributes. +config HID_CREATIVE_SB0540 + tristate "Creative SB0540 infrared receiver" + depends on USB_HID + help + Support for Creative infrared SB0540-compatible remote controls, such + as the RM-1500 and RM-1800 remotes. + + Say Y here if you want support for Creative SB0540 infrared receiver. + config HID_CYPRESS tristate "Cypress mouse and barcode readers" depends on HID |