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, 23 insertions, 27 deletions
diff --git a/drivers/media/pci/Kconfig b/drivers/media/pci/Kconfig
index b16529bf71b8..b69cb1280f35 100644
--- a/drivers/media/pci/Kconfig
+++ b/drivers/media/pci/Kconfig
@@ -2,40 +2,36 @@
2# DVB device configuration 2# DVB device configuration
3# 3#
4 4
5menuconfig DVB_CAPTURE_DRIVERS 5menu "Media PCI Adapters"
6 bool "DVB/ATSC PCI adapters" 6 visible if PCI && MEDIA_SUPPORT
7 depends on DVB_CORE 7
8 default y 8if MEDIA_ANALOG_TV_SUPPORT
9 ---help--- 9 comment "Media capture/analog TV support"
10 Say Y to select Digital TV adapters 10source "drivers/media/pci/ivtv/Kconfig"
11 11source "drivers/media/pci/zoran/Kconfig"
12if DVB_CAPTURE_DRIVERS && DVB_CORE && PCI && I2C 12endif
13
14if MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT
15 comment "Media capture/analog/hybrid TV support"
16source "drivers/media/pci/cx18/Kconfig"
17source "drivers/media/pci/cx23885/Kconfig"
18source "drivers/media/pci/cx25821/Kconfig"
19source "drivers/media/pci/cx88/Kconfig"
20source "drivers/media/pci/bt8xx/Kconfig"
21source "drivers/media/pci/saa7134/Kconfig"
22source "drivers/media/pci/saa7164/Kconfig"
23endif
13 24
14comment "Supported SAA7146 based PCI Adapters" 25if MEDIA_DIGITAL_TV_SUPPORT
26 comment "Media digital TV PCI Adapters"
15source "drivers/media/pci/ttpci/Kconfig" 27source "drivers/media/pci/ttpci/Kconfig"
16
17comment "Supported FlexCopII (B2C2) PCI Adapters"
18source "drivers/media/pci/b2c2/Kconfig" 28source "drivers/media/pci/b2c2/Kconfig"
19
20comment "Supported BT878 Adapters"
21source "drivers/media/pci/bt8xx/Kconfig"
22
23comment "Supported Pluto2 Adapters"
24source "drivers/media/pci/pluto2/Kconfig" 29source "drivers/media/pci/pluto2/Kconfig"
25
26comment "Supported SDMC DM1105 Adapters"
27source "drivers/media/pci/dm1105/Kconfig" 30source "drivers/media/pci/dm1105/Kconfig"
28
29comment "Supported Earthsoft PT1 Adapters"
30source "drivers/media/pci/pt1/Kconfig" 31source "drivers/media/pci/pt1/Kconfig"
31
32comment "Supported Mantis Adapters"
33source "drivers/media/pci/mantis/Kconfig" 32source "drivers/media/pci/mantis/Kconfig"
34
35comment "Supported nGene Adapters"
36source "drivers/media/pci/ngene/Kconfig" 33source "drivers/media/pci/ngene/Kconfig"
37
38comment "Supported ddbridge ('Octopus') Adapters"
39source "drivers/media/pci/ddbridge/Kconfig" 34source "drivers/media/pci/ddbridge/Kconfig"
35endif
40 36
41endif # DVB_CAPTURE_DRIVERS 37endmenu