[media] mt9p031: Use bulk regulator API
[deliverable/linux.git] / drivers / media / pci / Kconfig
CommitLineData
fc2bbfb2
MCC
1menuconfig MEDIA_PCI_SUPPORT
2 bool "Media PCI Adapters"
3 depends on PCI && MEDIA_SUPPORT
e9d2f057
MCC
4 help
5 Enable media drivers for PCI/PCIe bus.
6 If you have such devices, say Y.
1da177e4 7
fc2bbfb2 8if MEDIA_PCI_SUPPORT
e5cdf69d
MCC
9
10if MEDIA_CAMERA_SUPPORT
11 comment "Media capture support"
12source "drivers/media/pci/meye/Kconfig"
13source "drivers/media/pci/sta2x11/Kconfig"
14endif
b285192a
MCC
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"
3e7c9912 20source "drivers/media/pci/saa7146/Kconfig"
b285192a
MCC
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"
3e7c9912 32
b285192a 33endif
523b78d1 34
b285192a
MCC
35if MEDIA_DIGITAL_TV_SUPPORT
36 comment "Media digital TV PCI Adapters"
25aee3de 37source "drivers/media/pci/ttpci/Kconfig"
25aee3de 38source "drivers/media/pci/b2c2/Kconfig"
25aee3de 39source "drivers/media/pci/pluto2/Kconfig"
25aee3de 40source "drivers/media/pci/dm1105/Kconfig"
25aee3de 41source "drivers/media/pci/pt1/Kconfig"
3785bc17 42source "drivers/media/pci/mantis/Kconfig"
3785bc17 43source "drivers/media/pci/ngene/Kconfig"
3785bc17 44source "drivers/media/pci/ddbridge/Kconfig"
b285192a 45endif
f876502d 46
fc2bbfb2 47endif #MEDIA_PCI_SUPPORT
This page took 0.701369 seconds and 5 git commands to generate.