diff options
author | Hans Verkuil <hans.verkuil@cisco.com> | 2016-11-02 08:34:53 -0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2016-11-16 15:47:12 -0200 |
commit | aee4c782df24557975c257058f69ac130f6f42bc (patch) | |
tree | 0b3fcc7094c9699504c96fb9adfde8cec3e8e16c /drivers/media/usb/Kconfig | |
parent | a161bef04286e1344cd469098213a972af8fa7d6 (diff) | |
download | linux-aee4c782df24557975c257058f69ac130f6f42bc.tar.gz 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/Kconfig')
-rw-r--r-- | drivers/media/usb/Kconfig | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/drivers/media/usb/Kconfig b/drivers/media/usb/Kconfig index 7496f332f3f5..c9644b62f91a 100644 --- a/drivers/media/usb/Kconfig +++ b/drivers/media/usb/Kconfig @@ -60,5 +60,10 @@ source "drivers/media/usb/hackrf/Kconfig" source "drivers/media/usb/msi2500/Kconfig" endif +if MEDIA_CEC_SUPPORT + comment "USB HDMI CEC adapters" +source "drivers/media/usb/pulse8-cec/Kconfig" +endif + endif #MEDIA_USB_SUPPORT endif #USB |