diff options
author | Daniel Scheller <d.scheller@gmx.net> | 2017-04-09 21:38:27 +0200 |
---|---|---|
committer | Mauro Carvalho Chehab <mchehab@s-opensource.com> | 2017-06-20 14:59:05 +0200 |
commit | 69e1749c6ca4b4cc3ff2da57ed60ed9c953e9a2c (patch) | |
tree | 2e57c5cd6a7b28fe89405ad20419e37c6f34e450 /drivers/media/pci/ddbridge/Kconfig | |
parent | [media] ddbridge: add I2C functions, add XO2 module support (diff) | |
download | linux-69e1749c6ca4b4cc3ff2da57ed60ed9c953e9a2c.tar.xz linux-69e1749c6ca4b4cc3ff2da57ed60ed9c953e9a2c.zip |
[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/Kconfig | 2 |
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. |