Kconfig (516d5f8b04ce2bcd24f03323fc743ae25b81373d) | Kconfig (e15d1c12c5878b3a80d6573af1721e17264e0286) |
---|---|
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 --- 6 unchanged lines hidden (view full) --- 15endif 16 17if MEDIA_ANALOG_TV_SUPPORT 18 comment "Media capture/analog TV support" 19source "drivers/media/pci/ivtv/Kconfig" 20source "drivers/media/pci/zoran/Kconfig" 21source "drivers/media/pci/saa7146/Kconfig" 22source "drivers/media/pci/solo6x10/Kconfig" | 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 --- 6 unchanged lines hidden (view full) --- 15endif 16 17if MEDIA_ANALOG_TV_SUPPORT 18 comment "Media capture/analog TV support" 19source "drivers/media/pci/ivtv/Kconfig" 20source "drivers/media/pci/zoran/Kconfig" 21source "drivers/media/pci/saa7146/Kconfig" 22source "drivers/media/pci/solo6x10/Kconfig" |
23source "drivers/media/pci/tw68/Kconfig" |
|
23endif 24 25if MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT 26 comment "Media capture/analog/hybrid TV support" 27source "drivers/media/pci/cx18/Kconfig" 28source "drivers/media/pci/cx23885/Kconfig" 29source "drivers/media/pci/cx25821/Kconfig" 30source "drivers/media/pci/cx88/Kconfig" --- 20 unchanged lines hidden --- | 24endif 25 26if MEDIA_ANALOG_TV_SUPPORT || MEDIA_DIGITAL_TV_SUPPORT 27 comment "Media capture/analog/hybrid TV support" 28source "drivers/media/pci/cx18/Kconfig" 29source "drivers/media/pci/cx23885/Kconfig" 30source "drivers/media/pci/cx25821/Kconfig" 31source "drivers/media/pci/cx88/Kconfig" --- 20 unchanged lines hidden --- |