xref: /openbmc/linux/drivers/media/pci/Kconfig (revision 74ce1896)
1if PCI && MEDIA_SUPPORT
2
3menuconfig MEDIA_PCI_SUPPORT
4	bool "Media PCI Adapters"
5	help
6	  Enable media drivers for PCI/PCIe bus.
7	  If you have such devices, say Y.
8
9if MEDIA_PCI_SUPPORT
10
11if MEDIA_CAMERA_SUPPORT
12	comment "Media capture support"
13source "drivers/media/pci/meye/Kconfig"
14source "drivers/media/pci/solo6x10/Kconfig"
15source "drivers/media/pci/sta2x11/Kconfig"
16source "drivers/media/pci/tw5864/Kconfig"
17source "drivers/media/pci/tw68/Kconfig"
18source "drivers/media/pci/tw686x/Kconfig"
19source "drivers/media/pci/zoran/Kconfig"
20endif
21
22if MEDIA_ANALOG_TV_SUPPORT
23	comment "Media capture/analog TV support"
24source "drivers/media/pci/ivtv/Kconfig"
25source "drivers/media/pci/saa7146/Kconfig"
26source "drivers/media/pci/dt3155/Kconfig"
27endif
28
29if MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT
30	comment "Media capture/analog/hybrid TV support"
31source "drivers/media/pci/cx18/Kconfig"
32source "drivers/media/pci/cx23885/Kconfig"
33source "drivers/media/pci/cx25821/Kconfig"
34source "drivers/media/pci/cx88/Kconfig"
35source "drivers/media/pci/bt8xx/Kconfig"
36source "drivers/media/pci/saa7134/Kconfig"
37source "drivers/media/pci/saa7164/Kconfig"
38source "drivers/media/pci/cobalt/Kconfig"
39
40endif
41
42if MEDIA_DIGITAL_TV_SUPPORT
43	comment "Media digital TV PCI Adapters"
44source "drivers/media/pci/ttpci/Kconfig"
45source "drivers/media/pci/b2c2/Kconfig"
46source "drivers/media/pci/pluto2/Kconfig"
47source "drivers/media/pci/dm1105/Kconfig"
48source "drivers/media/pci/pt1/Kconfig"
49source "drivers/media/pci/pt3/Kconfig"
50source "drivers/media/pci/mantis/Kconfig"
51source "drivers/media/pci/ngene/Kconfig"
52source "drivers/media/pci/ddbridge/Kconfig"
53source "drivers/media/pci/smipcie/Kconfig"
54source "drivers/media/pci/netup_unidvb/Kconfig"
55endif
56
57endif #MEDIA_PCI_SUPPORT
58endif #PCI
59