summaryrefslogtreecommitdiffstats
path: root/drivers/media/usb/em28xx/Kconfig
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@redhat.com>2013-02-28 14:35:56 +0100
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-03-19 19:13:50 +0100
commit4159d01bea38ee82f6e49383b7e73e328c118755 (patch)
tree3bb882ea02e348b7777d875c879dcf5f30bd4ad6 /drivers/media/usb/em28xx/Kconfig
parent[media] v4l2-mem2mem: drop rdy_queue on STREAMOFF (diff)
downloadlinux-4159d01bea38ee82f6e49383b7e73e328c118755.tar.xz
linux-4159d01bea38ee82f6e49383b7e73e328c118755.zip
[media] em28xx: Add ISDB support for c3tech Digital duo
This is an hybrid board. However, for analog, it requires a new driver for saa7136. So, for now, let's just add support for Digital TV. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/em28xx/Kconfig')
-rw-r--r--drivers/media/usb/em28xx/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/usb/em28xx/Kconfig b/drivers/media/usb/em28xx/Kconfig
index c754a80a8d8b..ca5ee6aceb62 100644
--- a/drivers/media/usb/em28xx/Kconfig
+++ b/drivers/media/usb/em28xx/Kconfig
@@ -46,6 +46,7 @@ config VIDEO_EM28XX_DVB
select DVB_A8293 if MEDIA_SUBDRV_AUTOSELECT
select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT
select DVB_S5H1409 if MEDIA_SUBDRV_AUTOSELECT
+ select DVB_MB86A20S if MEDIA_SUBDRV_AUTOSELECT
select MEDIA_TUNER_QT1010 if MEDIA_SUBDRV_AUTOSELECT
select MEDIA_TUNER_TDA18271 if MEDIA_SUBDRV_AUTOSELECT
---help---