[media] mt9p031: Use bulk regulator API
[deliverable/linux.git] / drivers / media / pci / Kconfig
... / ...
CommitLineData
1menuconfig MEDIA_PCI_SUPPORT
2 bool "Media PCI Adapters"
3 depends on PCI && MEDIA_SUPPORT
4 help
5 Enable media drivers for PCI/PCIe bus.
6 If you have such devices, say Y.
7
8if MEDIA_PCI_SUPPORT
9
10if MEDIA_CAMERA_SUPPORT
11 comment "Media capture support"
12source "drivers/media/pci/meye/Kconfig"
13source "drivers/media/pci/sta2x11/Kconfig"
14endif
15
16if MEDIA_ANALOG_TV_SUPPORT
17 comment "Media capture/analog TV support"
18source "drivers/media/pci/ivtv/Kconfig"
19source "drivers/media/pci/zoran/Kconfig"
20source "drivers/media/pci/saa7146/Kconfig"
21endif
22
23if MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT
24 comment "Media capture/analog/hybrid TV support"
25source "drivers/media/pci/cx18/Kconfig"
26source "drivers/media/pci/cx23885/Kconfig"
27source "drivers/media/pci/cx25821/Kconfig"
28source "drivers/media/pci/cx88/Kconfig"
29source "drivers/media/pci/bt8xx/Kconfig"
30source "drivers/media/pci/saa7134/Kconfig"
31source "drivers/media/pci/saa7164/Kconfig"
32
33endif
34
35if MEDIA_DIGITAL_TV_SUPPORT
36 comment "Media digital TV PCI Adapters"
37source "drivers/media/pci/ttpci/Kconfig"
38source "drivers/media/pci/b2c2/Kconfig"
39source "drivers/media/pci/pluto2/Kconfig"
40source "drivers/media/pci/dm1105/Kconfig"
41source "drivers/media/pci/pt1/Kconfig"
42source "drivers/media/pci/mantis/Kconfig"
43source "drivers/media/pci/ngene/Kconfig"
44source "drivers/media/pci/ddbridge/Kconfig"
45endif
46
47endif #MEDIA_PCI_SUPPORT
This page took 0.02724 seconds and 5 git commands to generate.