blob: dcb3719f440eab354c3356e1322408aa2a734a39 [file] [log] [blame]
David Brazdil0f672f62019-12-10 10:32:29 +00001# SPDX-License-Identifier: GPL-2.0-only
Andrew Scullb4b6d4a2019-01-02 15:54:55 +00002if PCI && MEDIA_SUPPORT
3
4menuconfig MEDIA_PCI_SUPPORT
5 bool "Media PCI Adapters"
6 help
7 Enable media drivers for PCI/PCIe bus.
8 If you have such devices, say Y.
9
10if MEDIA_PCI_SUPPORT
11
12if MEDIA_CAMERA_SUPPORT
13 comment "Media capture support"
14source "drivers/media/pci/meye/Kconfig"
15source "drivers/media/pci/solo6x10/Kconfig"
16source "drivers/media/pci/sta2x11/Kconfig"
17source "drivers/media/pci/tw5864/Kconfig"
18source "drivers/media/pci/tw68/Kconfig"
19source "drivers/media/pci/tw686x/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
57source "drivers/media/pci/intel/ipu3/Kconfig"
58
59endif #MEDIA_PCI_SUPPORT
60endif #PCI