diff options
author | Antti Palosaari <crope@iki.fi> | 2009-09-15 13:42:13 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@redhat.com> | 2009-09-18 23:15:32 -0400 |
commit | 285eb1a40242adb3feaf9c73d352cbfeee1bea1c (patch) | |
tree | b1ccc7c1c95f084016e3b9166c2defb90f9af7ff /drivers/media/video/em28xx/Kconfig | |
parent | e558170a91677d3065be3922bb4467d8969d875c (diff) |
V4L/DVB (12951): em28xx: add Reddo DVB-C USB TV Box
Support for Reddo DVB-C USB TV Box device. Remote is not working yet.
Thanks to Benjamin Larsson <banan@ludd.ltu.se>
Cc: Benjamin Larsson <banan@ludd.ltu.se>
Signed-off-by: Antti Palosaari <crope@iki.fi>
Signed-off-by: Mauro Carvalho Chehab <mchehab@redhat.com>
Diffstat (limited to 'drivers/media/video/em28xx/Kconfig')
-rw-r--r-- | drivers/media/video/em28xx/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/em28xx/Kconfig b/drivers/media/video/em28xx/Kconfig index 6524b493e033..c7be0e097828 100644 --- a/drivers/media/video/em28xx/Kconfig +++ b/drivers/media/video/em28xx/Kconfig | |||
@@ -36,6 +36,7 @@ config VIDEO_EM28XX_DVB | |||
36 | depends on VIDEO_EM28XX && DVB_CORE | 36 | depends on VIDEO_EM28XX && DVB_CORE |
37 | select DVB_LGDT330X if !DVB_FE_CUSTOMISE | 37 | select DVB_LGDT330X if !DVB_FE_CUSTOMISE |
38 | select DVB_ZL10353 if !DVB_FE_CUSTOMISE | 38 | select DVB_ZL10353 if !DVB_FE_CUSTOMISE |
39 | select DVB_TDA10023 if !DVB_FE_CUSTOMISE | ||
39 | select VIDEOBUF_DVB | 40 | select VIDEOBUF_DVB |
40 | ---help--- | 41 | ---help--- |
41 | This adds support for DVB cards based on the | 42 | This adds support for DVB cards based on the |