Kconfig (25aee3debe0464f6c680173041fa3de30ec9ff54) Kconfig (3785bc170f79ef04129731582b468c28e1326d6d)
1#
2# DVB device configuration
3#
4
5menuconfig DVB_CAPTURE_DRIVERS
1#
2# DVB device configuration
3#
4
5menuconfig DVB_CAPTURE_DRIVERS
6 bool "DVB/ATSC adapters"
6 bool "DVB/ATSC PCI adapters"
7 depends on DVB_CORE
8 default y
9 ---help---
10 Say Y to select Digital TV adapters
11
7 depends on DVB_CORE
8 default y
9 ---help---
10 Say Y to select Digital TV adapters
11
12if DVB_CAPTURE_DRIVERS && DVB_CORE
12if DVB_CAPTURE_DRIVERS && DVB_CORE && PCI && I2C
13
14comment "Supported SAA7146 based PCI Adapters"
13
14comment "Supported SAA7146 based PCI Adapters"
15 depends on DVB_CORE && PCI && I2C
16source "drivers/media/pci/ttpci/Kconfig"
17
15source "drivers/media/pci/ttpci/Kconfig"
16
18comment "Supported FlexCopII (B2C2) Adapters"
19 depends on DVB_CORE && (PCI || USB) && I2C
17comment "Supported FlexCopII (B2C2) PCI Adapters"
20source "drivers/media/pci/b2c2/Kconfig"
21
22comment "Supported BT878 Adapters"
18source "drivers/media/pci/b2c2/Kconfig"
19
20comment "Supported BT878 Adapters"
23 depends on DVB_CORE && PCI && I2C
24source "drivers/media/pci/bt8xx/Kconfig"
25
26comment "Supported Pluto2 Adapters"
21source "drivers/media/pci/bt8xx/Kconfig"
22
23comment "Supported Pluto2 Adapters"
27 depends on DVB_CORE && PCI && I2C
28source "drivers/media/pci/pluto2/Kconfig"
29
30comment "Supported SDMC DM1105 Adapters"
24source "drivers/media/pci/pluto2/Kconfig"
25
26comment "Supported SDMC DM1105 Adapters"
31 depends on DVB_CORE && PCI && I2C
32source "drivers/media/pci/dm1105/Kconfig"
33
34comment "Supported Earthsoft PT1 Adapters"
27source "drivers/media/pci/dm1105/Kconfig"
28
29comment "Supported Earthsoft PT1 Adapters"
35 depends on DVB_CORE && PCI && I2C
36source "drivers/media/pci/pt1/Kconfig"
37
38comment "Supported Mantis Adapters"
30source "drivers/media/pci/pt1/Kconfig"
31
32comment "Supported Mantis Adapters"
39 depends on DVB_CORE && PCI && I2C
40 source "drivers/media/pci/mantis/Kconfig"
33source "drivers/media/pci/mantis/Kconfig"
41
42comment "Supported nGene Adapters"
34
35comment "Supported nGene Adapters"
43 depends on DVB_CORE && PCI && I2C
44 source "drivers/media/pci/ngene/Kconfig"
36source "drivers/media/pci/ngene/Kconfig"
45
46comment "Supported ddbridge ('Octopus') Adapters"
37
38comment "Supported ddbridge ('Octopus') Adapters"
47 depends on DVB_CORE && PCI && I2C
48 source "drivers/media/pci/ddbridge/Kconfig"
39source "drivers/media/pci/ddbridge/Kconfig"
49
50endif # DVB_CAPTURE_DRIVERS
40
41endif # DVB_CAPTURE_DRIVERS