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