summaryrefslogtreecommitdiff
path: root/drivers/media/usb/pulse8-cec/Kconfig
diff options
context:
space:
mode:
authorHans Verkuil <hans.verkuil@cisco.com>2016-11-02 13:34:53 +0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2016-11-16 20:47:12 +0300
commitaee4c782df24557975c257058f69ac130f6f42bc (patch)
tree0b3fcc7094c9699504c96fb9adfde8cec3e8e16c /drivers/media/usb/pulse8-cec/Kconfig
parenta161bef04286e1344cd469098213a972af8fa7d6 (diff)
downloadlinux-aee4c782df24557975c257058f69ac130f6f42bc.tar.xz
[media] pulse8-cec: move out of staging
Now that the CEC framework has been moved out of staging and into the mainline kernel we can do the same for the pulse8-cec driver. 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/pulse8-cec/Kconfig')
-rw-r--r--drivers/media/usb/pulse8-cec/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/media/usb/pulse8-cec/Kconfig b/drivers/media/usb/pulse8-cec/Kconfig
new file mode 100644
index 000000000000..6ffc407de62f
--- /dev/null
+++ b/drivers/media/usb/pulse8-cec/Kconfig
@@ -0,0 +1,10 @@
+config USB_PULSE8_CEC
+ tristate "Pulse Eight HDMI CEC"
+ depends on USB_ACM && MEDIA_CEC_SUPPORT
+ select SERIO
+ select SERIO_SERPORT
+ ---help---
+ This is a cec driver for the Pulse Eight HDMI CEC device.
+
+ To compile this driver as a module, choose M here: the
+ module will be called pulse8-cec.