21 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config VIDEO_TW686X3 tristate "Intersil/Techwell TW686x video capture cards"4 depends on PCI && VIDEO_DEV && SND5 select VIDEOBUF2_VMALLOC6 select VIDEOBUF2_DMA_CONTIG7 select VIDEOBUF2_DMA_SG8 select SND_PCM9 help10 Support for Intersil/Techwell TW686x-based frame grabber cards.11 12 Currently supported chips:13 - TW6864 (4 video channels),14 - TW6865 (4 video channels, not tested, second generation chip),15 - TW6868 (8 video channels but only 4 first channels using16 built-in video decoder are supported, not tested),17 - TW6869 (8 video channels, second generation chip).18 19 To compile this driver as a module, choose M here: the module20 will be named tw686x.21