# SPDX-License-Identifier: GPL-2.0-only config [31mCONFIG_DVB_DDBRIDGE[0m tristate "Digital Devices bridge support" depends on [31mCONFIG_DVB_CORE[0m && [31mCONFIG_PCI[0m && [31mCONFIG_I2C[0m select [31mCONFIG_DVB_LNBP21[0m if [31mCONFIG_MEDIA_SUBDRV_AUTOSELECT[0m select [31mCONFIG_DVB_STV6110x[0m if [31mCONFIG_MEDIA_SUBDRV_AUTOSELECT[0m select [31mCONFIG_DVB_STV090x[0m if [31mCONFIG_MEDIA_SUBDRV_AUTOSELECT[0m select [31mCONFIG_DVB_DRXK[0m if [31mCONFIG_MEDIA_SUBDRV_AUTOSELECT[0m select [31mCONFIG_DVB_TDA18271C2DD[0m if [31mCONFIG_MEDIA_SUBDRV_AUTOSELECT[0m select [31mCONFIG_DVB_STV0367[0m if [31mCONFIG_MEDIA_SUBDRV_AUTOSELECT[0m select [31mCONFIG_DVB_CXD2841ER[0m if [31mCONFIG_MEDIA_SUBDRV_AUTOSELECT[0m select [31mCONFIG_DVB_STV0910[0m if [31mCONFIG_MEDIA_SUBDRV_AUTOSELECT[0m select [31mCONFIG_DVB_STV6111[0m if [31mCONFIG_MEDIA_SUBDRV_AUTOSELECT[0m select [31mCONFIG_DVB_LNBH25[0m if [31mCONFIG_MEDIA_SUBDRV_AUTOSELECT[0m select [31mCONFIG_MEDIA_TUNER_TDA18212[0m if [31mCONFIG_MEDIA_SUBDRV_AUTOSELECT[0m select [31mCONFIG_DVB_MXL5XX[0m if [31mCONFIG_MEDIA_SUBDRV_AUTOSELECT[0m select [31mCONFIG_DVB_CXD2099[0m if [31mCONFIG_MEDIA_SUBDRV_AUTOSELECT[0m select [31mCONFIG_DVB_DUMMY_FE[0m if [31mCONFIG_MEDIA_SUBDRV_AUTOSELECT[0m help Support for cards with the Digital Devices [31mCONFIG_PCI[0m express bridge: - Octopus PCIe Bridge - Octopus mini PCIe Bridge - Octopus LE - DuoFlex S2 Octopus - DuoFlex CT Octopus - cineS2(v6) - CineCTv6 and DuoFlex CT (STV0367-based) - CineCTv7 and DuoFlex CT2/C2T2/C2T2I (Sony CXD28xx-based) - MaxA8 series - CineS2 V7/V7A and DuoFlex S2 V4 (ST STV0910-based) - Max S4/8 Say Y if you own such a card and want to use it. config [31mCONFIG_DVB_DDBRIDGE_MSIENABLE[0m bool "Enable Message Signaled Interrupts (MSI) per default (EXPERIMENTAL)" depends on [31mCONFIG_DVB_DDBRIDGE[0m depends on [31mCONFIG_PCI_MSI[0m help Use [31mCONFIG_PCI[0m MSI (Message Signaled Interrupts) per default. Enabling this might lead to [31mCONFIG_I2C[0m errors originating from the bridge in conjunction with certain SATA controllers, requiring a reload of the ddbridge module. MSI can still be disabled by passing msi=0 as option, as this will just change the msi option default value. If you're unsure, concerned about stability and don't want to pass module options in case of troubles, say N. |