summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/rainshadow-cec/Kconfig
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2016-11-05 08:39:58 -0200
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-04-10 12:42:10 -0300
commit0f314f6c2e77beb1a232be21dd6be4e1849ba5ac (patch)
tree1b530e09e73e0b1867192ed8c1fe6157c58ffb37 /drivers/media/usb/rainshadow-cec/Kconfig
parent04dffe11054f29716cf8058c6bf9d142d44aaaa5 (diff)
downloadlinux-stable-0f314f6c2e77beb1a232be21dd6be4e1849ba5ac.tar.gz
linux-stable-0f314f6c2e77beb1a232be21dd6be4e1849ba5ac.tar.bz2
linux-stable-0f314f6c2e77beb1a232be21dd6be4e1849ba5ac.zip
[media] rainshadow-cec: new RainShadow Tech HDMI CEC driver
This driver supports the RainShadow Tech USB HDMI CEC adapter. See: http://rainshadowtech.com/HdmiCecUsb.html Signed-off-by: Hans Verkuil <hans.verkuil@cisco.com> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/usb/rainshadow-cec/Kconfig')
-rw-r--r--drivers/media/usb/rainshadow-cec/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/usb/rainshadow-cec/Kconfig b/drivers/media/usb/rainshadow-cec/Kconfig
new file mode 100644
index 000000000000..447291b3cca3
--- /dev/null
+++ b/drivers/media/usb/rainshadow-cec/Kconfig
@@ -0,0 +1,10 @@
+config USB_RAINSHADOW_CEC
+ tristate "RainShadow Tech HDMI CEC"
+ depends on USB_ACM && MEDIA_CEC_SUPPORT
+ select SERIO
+ select SERIO_SERPORT
+ ---help---
+ This is a cec driver for the RainShadow Tech HDMI CEC device.
+
+ To compile this driver as a module, choose M here: the
+ module will be called rainshadow-cec.