diff options
Diffstat (limited to 'drivers/media/pci/Kconfig')
-rw-r--r-- | drivers/media/pci/Kconfig | 50 |
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 | |||
5 | menuconfig 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 | |||
12 | if DVB_CAPTURE_DRIVERS && DVB_CORE | ||
13 | |||
14 | comment "Supported SAA7146 based PCI Adapters" | ||
15 | depends on DVB_CORE && PCI && I2C | ||
16 | source "drivers/media/pci/ttpci/Kconfig" | ||
17 | |||
18 | comment "Supported FlexCopII (B2C2) Adapters" | ||
19 | depends on DVB_CORE && (PCI || USB) && I2C | ||
20 | source "drivers/media/pci/b2c2/Kconfig" | ||
21 | |||
22 | comment "Supported BT878 Adapters" | ||
23 | depends on DVB_CORE && PCI && I2C | ||
24 | source "drivers/media/pci/bt8xx/Kconfig" | ||
25 | |||
26 | comment "Supported Pluto2 Adapters" | ||
27 | depends on DVB_CORE && PCI && I2C | ||
28 | source "drivers/media/pci/pluto2/Kconfig" | ||
29 | |||
30 | comment "Supported SDMC DM1105 Adapters" | ||
31 | depends on DVB_CORE && PCI && I2C | ||
32 | source "drivers/media/pci/dm1105/Kconfig" | ||
33 | |||
34 | comment "Supported Earthsoft PT1 Adapters" | ||
35 | depends on DVB_CORE && PCI && I2C | ||
36 | source "drivers/media/pci/pt1/Kconfig" | ||
37 | |||
38 | comment "Supported Mantis Adapters" | ||
39 | depends on DVB_CORE && PCI && I2C | ||
40 | source "drivers/media/pci/mantis/Kconfig" | ||
41 | |||
42 | comment "Supported nGene Adapters" | ||
43 | depends on DVB_CORE && PCI && I2C | ||
44 | source "drivers/media/pci/ngene/Kconfig" | ||
45 | |||
46 | comment "Supported ddbridge ('Octopus') Adapters" | ||
47 | depends on DVB_CORE && PCI && I2C | ||
48 | source "drivers/media/pci/ddbridge/Kconfig" | ||
49 | |||
50 | endif # DVB_CAPTURE_DRIVERS | ||