diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2016-11-02 13:34:53 +0300 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-11-16 20:47:12 +0300 |
commit | aee4c782df24557975c257058f69ac130f6f42bc (patch) | |
tree | 0b3fcc7094c9699504c96fb9adfde8cec3e8e16c /drivers/media/usb/pulse8-cec/Kconfig | |
parent | a161bef04286e1344cd469098213a972af8fa7d6 (diff) | |
download | linux-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/Kconfig | 10 |
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. |