xref: /openbmc/linux/drivers/media/pci/tw686x/Kconfig (revision 4f2c0a4acffbec01079c28f839422e64ddeff004)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
2704a84ccSEzequiel Garciaconfig VIDEO_TW686X
3704a84ccSEzequiel Garcia	tristate "Intersil/Techwell TW686x video capture cards"
4*9958d30fSMauro Carvalho Chehab	depends on PCI && VIDEO_DEV && SND
5704a84ccSEzequiel Garcia	select VIDEOBUF2_VMALLOC
611a16974SEzequiel Garcia	select VIDEOBUF2_DMA_CONTIG
734e2acc8SEzequiel Garcia	select VIDEOBUF2_DMA_SG
8704a84ccSEzequiel Garcia	select SND_PCM
9704a84ccSEzequiel Garcia	help
10704a84ccSEzequiel Garcia	  Support for Intersil/Techwell TW686x-based frame grabber cards.
11704a84ccSEzequiel Garcia
12704a84ccSEzequiel Garcia	  Currently supported chips:
13704a84ccSEzequiel Garcia	  - TW6864 (4 video channels),
14704a84ccSEzequiel Garcia	  - TW6865 (4 video channels, not tested, second generation chip),
15704a84ccSEzequiel Garcia	  - TW6868 (8 video channels but only 4 first channels using
16704a84ccSEzequiel Garcia	    built-in video decoder are supported, not tested),
17704a84ccSEzequiel Garcia	  - TW6869 (8 video channels, second generation chip).
18704a84ccSEzequiel Garcia
19704a84ccSEzequiel Garcia	  To compile this driver as a module, choose M here: the module
20704a84ccSEzequiel Garcia	  will be named tw686x.
21