diff options
author | Jonathan McDowell <noodles@earth.li> | 2012-11-15 19:55:12 -0500 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2012-12-21 18:14:01 -0500 |
commit | fc09931e10d08c2d3eb82c4992cb21fd98682cd8 (patch) | |
tree | 1c96462fc0df561e2d543eb9fc85c5e889b6b705 /drivers/media/usb/em28xx/Kconfig | |
parent | ce24c25b97b26c3f5a1634b2919b50a053eabc01 (diff) |
[media] Autoselect more relevant frontends for EM28XX DVB stick
I noticed that the EM28XX DVB driver doesn't auto select all of the
appropriate DVB tuner modules required. In particular I needed
DVB_LGDT3305 for my a340, but it looks like DVB_MT352 + DVB_S5H1409 were
missing as well.
Signed-Off-by: Jonathan McDowell <noodles@earth.li>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/usb/em28xx/Kconfig')
-rw-r--r-- | drivers/media/usb/em28xx/Kconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/drivers/media/usb/em28xx/Kconfig b/drivers/media/usb/em28xx/Kconfig index 7a5bd61bd3bb..617c6e4cce49 100644 --- a/drivers/media/usb/em28xx/Kconfig +++ b/drivers/media/usb/em28xx/Kconfig | |||
@@ -34,6 +34,7 @@ config VIDEO_EM28XX_DVB | |||
34 | tristate "DVB/ATSC Support for em28xx based TV cards" | 34 | tristate "DVB/ATSC Support for em28xx based TV cards" |
35 | depends on VIDEO_EM28XX && DVB_CORE | 35 | depends on VIDEO_EM28XX && DVB_CORE |
36 | select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT | 36 | select DVB_LGDT330X if MEDIA_SUBDRV_AUTOSELECT |
37 | select DVB_LGDT3305 if MEDIA_SUBDRV_AUTOSELECT | ||
37 | select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT | 38 | select DVB_ZL10353 if MEDIA_SUBDRV_AUTOSELECT |
38 | select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT | 39 | select DVB_TDA10023 if MEDIA_SUBDRV_AUTOSELECT |
39 | select DVB_S921 if MEDIA_SUBDRV_AUTOSELECT | 40 | select DVB_S921 if MEDIA_SUBDRV_AUTOSELECT |
@@ -43,6 +44,8 @@ config VIDEO_EM28XX_DVB | |||
43 | select DVB_TDA18271C2DD if MEDIA_SUBDRV_AUTOSELECT | 44 | select DVB_TDA18271C2DD if MEDIA_SUBDRV_AUTOSELECT |
44 | select DVB_TDA10071 if MEDIA_SUBDRV_AUTOSELECT | 45 | select DVB_TDA10071 if MEDIA_SUBDRV_AUTOSELECT |
45 | select DVB_A8293 if MEDIA_SUBDRV_AUTOSELECT | 46 | select DVB_A8293 if MEDIA_SUBDRV_AUTOSELECT |
47 | select DVB_MT352 if MEDIA_SUBDRV_AUTOSELECT | ||
48 | select DVB_S5H1409 if MEDIA_SUBDRV_AUTOSELECT | ||
46 | select VIDEOBUF_DVB | 49 | select VIDEOBUF_DVB |
47 | ---help--- | 50 | ---help--- |
48 | This adds support for DVB cards based on the | 51 | This adds support for DVB cards based on the |