summaryrefslogtreecommitdiff
path: root/drivers/media/pci/ddbridge/Kconfig
diff options
context:
space:
mode:
authorDaniel Scheller <d.scheller@gmx.net>2017-04-09 16:38:27 -0300
committerMauro Carvalho Chehab <mchehab@s-opensource.com>2017-06-20 09:59:05 -0300
commit69e1749c6ca4b4cc3ff2da57ed60ed9c953e9a2c (patch)
tree2e57c5cd6a7b28fe89405ad20419e37c6f34e450 /drivers/media/pci/ddbridge/Kconfig
parente933a6f1af4648c6a0023795d99aa5470fd2f49d (diff)
[media] ddbridge: support for Sony CXD28xx C/C2/T/T2 tuner modules
Properly detect and attach Ports and Flex modules with the Sony CXD28xxER series demods. This makes newer Cine cards and most DuoFlex C/C2/T/T2 (or any combination of these systems) work, PCI IDs need to be added though. Note: This utilises the CXD2841ER demod driver, which requires the changes from this patch series to properly work. Without those changes, it won't function properly (if at all). Signed-off-by: Daniel Scheller <d.scheller@gmx.net> Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com>
Diffstat (limited to 'drivers/media/pci/ddbridge/Kconfig')
-rw-r--r--drivers/media/pci/ddbridge/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/media/pci/ddbridge/Kconfig b/drivers/media/pci/ddbridge/Kconfig
index 16ede2386ec1..ac6a48d7e141 100644
--- a/drivers/media/pci/ddbridge/Kconfig
+++ b/drivers/media/pci/ddbridge/Kconfig
@@ -7,6 +7,7 @@ config DVB_DDBRIDGE
select DVB_DRXK if MEDIA_SUBDRV_AUTOSELECT
select DVB_TDA18271C2DD if MEDIA_SUBDRV_AUTOSELECT
select DVB_STV0367 if MEDIA_SUBDRV_AUTOSELECT
+ select DVB_CXD2841ER if MEDIA_SUBDRV_AUTOSELECT
select MEDIA_TUNER_TDA18212 if MEDIA_SUBDRV_AUTOSELECT
---help---
Support for cards with the Digital Devices PCI express bridge:
@@ -17,5 +18,6 @@ config DVB_DDBRIDGE
- DuoFlex CT Octopus
- cineS2(v6)
- CineCTv6 and DuoFlex CT (STV0367-based)
+ - DuoFlex CT2/C2T2/C2T2I (Sony CXD28xx-based)
Say Y if you own such a card and want to use it.