Kconfig (adaf4df70521e656c38ace740f1d98096825a430) Kconfig (bb4cec96e5d7f0ff7f397f4518399be77a2f12db)
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
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
15 ---help---
16 Support for cards with the Digital Devices PCI express bridge:
17 - Octopus PCIe Bridge
18 - Octopus mini PCIe Bridge
19 - Octopus LE
20 - DuoFlex S2 Octopus
21 - DuoFlex CT Octopus
22 - cineS2(v6)
23 - CineCTv6 and DuoFlex CT (STV0367-based)
24 - CineCTv7 and DuoFlex CT2/C2T2/C2T2I (Sony CXD28xx-based)
25 - MaxA8 series
26 - CineS2 V7/V7A and DuoFlex S2 V4 (ST STV0910-based)
16 ---help---
17 Support for cards with the Digital Devices PCI express bridge:
18 - Octopus PCIe Bridge
19 - Octopus mini PCIe Bridge
20 - Octopus LE
21 - DuoFlex S2 Octopus
22 - DuoFlex CT Octopus
23 - cineS2(v6)
24 - CineCTv6 and DuoFlex CT (STV0367-based)
25 - CineCTv7 and DuoFlex CT2/C2T2/C2T2I (Sony CXD28xx-based)
26 - MaxA8 series
27 - CineS2 V7/V7A and DuoFlex S2 V4 (ST STV0910-based)
28 - Max S4/8
27
28 Say Y if you own such a card and want to use it.
29
30config DVB_DDBRIDGE_MSIENABLE
31 bool "Enable Message Signaled Interrupts (MSI) per default (EXPERIMENTAL)"
32 depends on DVB_DDBRIDGE
33 depends on PCI_MSI
34 default n
35 ---help---
36 Use PCI MSI (Message Signaled Interrupts) per default. Enabling this
37 might lead to I2C errors originating from the bridge in conjunction
38 with certain SATA controllers, requiring a reload of the ddbridge
39 module. MSI can still be disabled by passing msi=0 as option, as
40 this will just change the msi option default value.
41
42 If you're unsure, concerned about stability and don't want to pass
43 module options in case of troubles, say N.
29
30 Say Y if you own such a card and want to use it.
31
32config DVB_DDBRIDGE_MSIENABLE
33 bool "Enable Message Signaled Interrupts (MSI) per default (EXPERIMENTAL)"
34 depends on DVB_DDBRIDGE
35 depends on PCI_MSI
36 default n
37 ---help---
38 Use PCI MSI (Message Signaled Interrupts) per default. Enabling this
39 might lead to I2C errors originating from the bridge in conjunction
40 with certain SATA controllers, requiring a reload of the ddbridge
41 module. MSI can still be disabled by passing msi=0 as option, as
42 this will just change the msi option default value.
43
44 If you're unsure, concerned about stability and don't want to pass
45 module options in case of troubles, say N.