diff options
author | Michael Krufky <mkrufky@linuxtv.org> | 2008-07-09 01:18:49 -0400 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@infradead.org> | 2008-07-20 06:18:25 -0400 |
commit | 52b5045078b76ee86e210210601d45670eab22f1 (patch) | |
tree | b227138cd6fa390c6ee1b64dd8217cf51e4f7569 /drivers/media/video/cx23885/Kconfig | |
parent | bdf2fe4a0b9d23e69c77eaec76212216c9a957ef (diff) |
V4L/DVB (8236): cx23885: add support for new revision of FusionHDTV7 Dual Express
The new revision of this board uses the same pci subsystem id as the first
revision, but uses a S5H1411 demodulator instead of the S5H1409.
In the case of the FusionHDTV7 Dual Express,
if s5h1409_attach fails, try s5h1411_attach.
Signed-off-by: Michael Krufky <mkrufky@linuxtv.org>
Signed-off-by: Mauro Carvalho Chehab <mchehab@infradead.org>
Diffstat (limited to 'drivers/media/video/cx23885/Kconfig')
-rw-r--r-- | drivers/media/video/cx23885/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/media/video/cx23885/Kconfig b/drivers/media/video/cx23885/Kconfig index 7bf14c9a15c7..04e9640c2ca4 100644 --- a/drivers/media/video/cx23885/Kconfig +++ b/drivers/media/video/cx23885/Kconfig | |||
@@ -14,6 +14,7 @@ config VIDEO_CX23885 | |||
14 | select DVB_DIB7000P if !DVB_FE_CUSTOMISE | 14 | select DVB_DIB7000P if !DVB_FE_CUSTOMISE |
15 | select MEDIA_TUNER_MT2131 if !DVB_FE_CUSTOMISE | 15 | select MEDIA_TUNER_MT2131 if !DVB_FE_CUSTOMISE |
16 | select DVB_S5H1409 if !DVB_FE_CUSTOMISE | 16 | select DVB_S5H1409 if !DVB_FE_CUSTOMISE |
17 | select DVB_S5H1411 if !DVB_FE_CUSTOMISE | ||
17 | select DVB_LGDT330X if !DVB_FE_CUSTOMISE | 18 | select DVB_LGDT330X if !DVB_FE_CUSTOMISE |
18 | select MEDIA_TUNER_XC2028 if !DVB_FE_CUSTOMIZE | 19 | select MEDIA_TUNER_XC2028 if !DVB_FE_CUSTOMIZE |
19 | select MEDIA_TUNER_TDA8290 if !DVB_FE_CUSTOMIZE | 20 | select MEDIA_TUNER_TDA8290 if !DVB_FE_CUSTOMIZE |