aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/media/pci/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/pci/Kconfig')
-rw-r--r--drivers/media/pci/Kconfig50
1 files changed, 50 insertions, 0 deletions
diff --git a/drivers/media/pci/Kconfig b/drivers/media/pci/Kconfig
new file mode 100644
index 000000000000..3b9164af6ec4
--- /dev/null
+++ b/drivers/media/pci/Kconfig
@@ -0,0 +1,50 @@
1#
2# DVB device configuration
3#
4
5menuconfig DVB_CAPTURE_DRIVERS
6 bool "DVB/ATSC adapters"
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
13
14comment "Supported SAA7146 based PCI Adapters"
15 depends on DVB_CORE && PCI && I2C
16source "drivers/media/pci/ttpci/Kconfig"
17
18comment "Supported FlexCopII (B2C2) Adapters"
19 depends on DVB_CORE && (PCI || USB) && I2C
20source "drivers/media/pci/b2c2/Kconfig"
21
22comment "Supported BT878 Adapters"
23 depends on DVB_CORE && PCI && I2C
24source "drivers/media/pci/bt8xx/Kconfig"
25
26comment "Supported Pluto2 Adapters"
27 depends on DVB_CORE && PCI && I2C
28source "drivers/media/pci/pluto2/Kconfig"
29
30comment "Supported SDMC DM1105 Adapters"
31 depends on DVB_CORE && PCI && I2C
32source "drivers/media/pci/dm1105/Kconfig"
33
34comment "Supported Earthsoft PT1 Adapters"
35 depends on DVB_CORE && PCI && I2C
36source "drivers/media/pci/pt1/Kconfig"
37
38comment "Supported Mantis Adapters"
39 depends on DVB_CORE && PCI && I2C
40 source "drivers/media/pci/mantis/Kconfig"
41
42comment "Supported nGene Adapters"
43 depends on DVB_CORE && PCI && I2C
44 source "drivers/media/pci/ngene/Kconfig"
45
46comment "Supported ddbridge ('Octopus') Adapters"
47 depends on DVB_CORE && PCI && I2C
48 source "drivers/media/pci/ddbridge/Kconfig"
49
50endif # DVB_CAPTURE_DRIVERS