xref: /openbmc/linux/drivers/media/pci/tw686x/Kconfig (revision 4f2c0a4acffbec01079c28f839422e64ddeff004)
1 # SPDX-License-Identifier: GPL-2.0-only
2 config VIDEO_TW686X
3 	tristate "Intersil/Techwell TW686x video capture cards"
4 	depends on PCI && VIDEO_DEV && SND
5 	select VIDEOBUF2_VMALLOC
6 	select VIDEOBUF2_DMA_CONTIG
7 	select VIDEOBUF2_DMA_SG
8 	select SND_PCM
9 	help
10 	  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 using
16 	    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 module
20 	  will be named tw686x.
21