.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config DVB_DDBRIDGE |
---|
2 | 3 | tristate "Digital Devices bridge support" |
---|
3 | 4 | depends on DVB_CORE && PCI && I2C |
---|
.. | .. |
---|
14 | 15 | select MEDIA_TUNER_TDA18212 if MEDIA_SUBDRV_AUTOSELECT |
---|
15 | 16 | select DVB_MXL5XX if MEDIA_SUBDRV_AUTOSELECT |
---|
16 | 17 | select DVB_CXD2099 if MEDIA_SUBDRV_AUTOSELECT |
---|
17 | | - select DVB_DUMMY_FE if MEDIA_SUBDRV_AUTOSELECT |
---|
18 | | - ---help--- |
---|
| 18 | + help |
---|
19 | 19 | Support for cards with the Digital Devices PCI express bridge: |
---|
20 | 20 | - Octopus PCIe Bridge |
---|
21 | 21 | - Octopus mini PCIe Bridge |
---|
.. | .. |
---|
35 | 35 | bool "Enable Message Signaled Interrupts (MSI) per default (EXPERIMENTAL)" |
---|
36 | 36 | depends on DVB_DDBRIDGE |
---|
37 | 37 | depends on PCI_MSI |
---|
38 | | - default n |
---|
39 | | - ---help--- |
---|
| 38 | + help |
---|
40 | 39 | Use PCI MSI (Message Signaled Interrupts) per default. Enabling this |
---|
41 | 40 | might lead to I2C errors originating from the bridge in conjunction |
---|
42 | 41 | with certain SATA controllers, requiring a reload of the ddbridge |
---|