xref: /openbmc/linux/drivers/media/pci/tw5864/Kconfig (revision 9958d30f)
1# SPDX-License-Identifier: GPL-2.0-only
2config VIDEO_TW5864
3	tristate "Techwell TW5864 video/audio grabber and encoder"
4	depends on VIDEO_DEV && PCI
5	select VIDEOBUF2_DMA_CONTIG
6	help
7	  Support for boards based on Techwell TW5864 chip which provides
8	  multichannel video & audio grabbing and encoding (H.264, MJPEG,
9	  ADPCM G.726).
10
11	  To compile this driver as a module, choose M here: the
12	  module will be called tw5864.
13