aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media
diff options
context:
space:
mode:
authorMatti Kurkela <Matti.Kurkela@iki.fi>2013-02-05 05:08:42 -0500
committerMauro Carvalho Chehab <mchehab@redhat.com>2013-02-08 12:44:33 -0500
commitda92c29340172fddb6ea838cd964614195031071 (patch)
tree46327505894fad438f004fa05f42770bf171de91 /drivers/media
parent0a3237704dec476be3cdfbe8fc9df9cc65b14442 (diff)
[media] ttusb2: Kconfig patch to auto-select frontends for TechnoTrend CT-3650
The ttusb2 module is already updated to recognize the TechnoTrend CT-3650 CI DVB C/T USB2.0 receiver in addition to the Pinnacle 400e. But if MEDIA_SUBDRV_AUTOSELECT is used, the required tuner and demodulator modules are not automatically selected. Here's a patch to fix that and add a note of the CT-3650 to the online help of the ttusb2 module. This patch applies cleanly to 3.7.6 and other 3.7.x kernels. Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media')
-rw-r--r--drivers/media/usb/dvb-usb/Kconfig6
1 files changed, 5 insertions, 1 deletions
diff --git a/drivers/media/usb/dvb-usb/Kconfig b/drivers/media/usb/dvb-usb/Kconfig
index c423eb80c3a5..c5d95662e2e1 100644
--- a/drivers/media/usb/dvb-usb/Kconfig
+++ b/drivers/media/usb/dvb-usb/Kconfig
@@ -202,8 +202,12 @@ config DVB_USB_TTUSB2
202 select DVB_TDA10086 if MEDIA_SUBDRV_AUTOSELECT 202 select DVB_TDA10086 if MEDIA_SUBDRV_AUTOSELECT
203 select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT 203 select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT
204 select DVB_TDA826X if MEDIA_SUBDRV_AUTOSELECT 204 select DVB_TDA826X if MEDIA_SUBDRV_AUTOSELECT
205 select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT
206 select DVB_TDA10048 if MEDIA_SUBDRV_AUTOSELECT
207 select MEDIA_TUNER_TDA827X if MEDIA_SUBDRV_AUTOSELECT
205 help 208 help
206 Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver. The 209 Say Y here to support the Pinnacle 400e DVB-S USB2.0 receiver and
210 the TechnoTrend CT-3650 CI DVB-C/T USB2.0 receiver. The
207 firmware protocol used by this module is similar to the one used by the 211 firmware protocol used by this module is similar to the one used by the
208 old ttusb-driver - that's why the module is called dvb-usb-ttusb2. 212 old ttusb-driver - that's why the module is called dvb-usb-ttusb2.
209 213