1config DVB_DDBRIDGE 2 tristate "Digital Devices bridge support" 3 depends on DVB_CORE && PCI && I2C 4 select DVB_LNBP21 if MEDIA_SUBDRV_AUTOSELECT 5 select DVB_STV6110x if MEDIA_SUBDRV_AUTOSELECT 6 select DVB_STV090x if MEDIA_SUBDRV_AUTOSELECT 7 select DVB_DRXK if MEDIA_SUBDRV_AUTOSELECT 8 select DVB_TDA18271C2DD if MEDIA_SUBDRV_AUTOSELECT 9 select DVB_STV0367 if MEDIA_SUBDRV_AUTOSELECT 10 select DVB_CXD2841ER if MEDIA_SUBDRV_AUTOSELECT 11 select DVB_STV0910 if MEDIA_SUBDRV_AUTOSELECT 12 select DVB_STV6111 if MEDIA_SUBDRV_AUTOSELECT 13 select DVB_LNBH25 if MEDIA_SUBDRV_AUTOSELECT 14 select MEDIA_TUNER_TDA18212 if MEDIA_SUBDRV_AUTOSELECT 15 select DVB_MXL5XX if MEDIA_SUBDRV_AUTOSELECT 16 select DVB_CXD2099 if MEDIA_SUBDRV_AUTOSELECT 17 ---help--- 18 Support for cards with the Digital Devices PCI express bridge: 19 - Octopus PCIe Bridge 20 - Octopus mini PCIe Bridge 21 - Octopus LE 22 - DuoFlex S2 Octopus 23 - DuoFlex CT Octopus 24 - cineS2(v6) 25 - CineCTv6 and DuoFlex CT (STV0367-based) 26 - CineCTv7 and DuoFlex CT2/C2T2/C2T2I (Sony CXD28xx-based) 27 - MaxA8 series 28 - CineS2 V7/V7A and DuoFlex S2 V4 (ST STV0910-based) 29 - Max S4/8 30 31 Say Y if you own such a card and want to use it. 32 33config DVB_DDBRIDGE_MSIENABLE 34 bool "Enable Message Signaled Interrupts (MSI) per default (EXPERIMENTAL)" 35 depends on DVB_DDBRIDGE 36 depends on PCI_MSI 37 default n 38 ---help--- 39 Use PCI MSI (Message Signaled Interrupts) per default. Enabling this 40 might lead to I2C errors originating from the bridge in conjunction 41 with certain SATA controllers, requiring a reload of the ddbridge 42 module. MSI can still be disabled by passing msi=0 as option, as 43 this will just change the msi option default value. 44 45 If you're unsure, concerned about stability and don't want to pass 46 module options in case of troubles, say N. 47