1config VIDEO_TW686X 2 tristate "Intersil/Techwell TW686x video capture cards" 3 depends on PCI && VIDEO_DEV && VIDEO_V4L2 && SND 4 select VIDEOBUF2_VMALLOC 5 select VIDEOBUF2_DMA_CONTIG 6 select VIDEOBUF2_DMA_SG 7 select SND_PCM 8 help 9 Support for Intersil/Techwell TW686x-based frame grabber cards. 10 11 Currently supported chips: 12 - TW6864 (4 video channels), 13 - TW6865 (4 video channels, not tested, second generation chip), 14 - TW6868 (8 video channels but only 4 first channels using 15 built-in video decoder are supported, not tested), 16 - TW6869 (8 video channels, second generation chip). 17 18 To compile this driver as a module, choose M here: the module 19 will be named tw686x. 20