xref: /linux/drivers/media/pci/hws/Kconfig (revision 3d5e48944e824bddc20d7b874e784f7b279636fe)
1*ba07fd2fSBen Hoff# SPDX-License-Identifier: GPL-2.0-only
2*ba07fd2fSBen Hoffconfig VIDEO_HWS
3*ba07fd2fSBen Hoff	tristate "AVMatrix HWS PCIe capture devices"
4*ba07fd2fSBen Hoff	depends on PCI && VIDEO_DEV
5*ba07fd2fSBen Hoff	select VIDEOBUF2_DMA_CONTIG
6*ba07fd2fSBen Hoff	help
7*ba07fd2fSBen Hoff	  Enable support for AVMatrix HWS series multi-channel PCIe capture
8*ba07fd2fSBen Hoff	  devices that provide HDMI video capture.
9*ba07fd2fSBen Hoff
10*ba07fd2fSBen Hoff	  To compile this driver as a module, choose M here: the module
11*ba07fd2fSBen Hoff	  will be named hws.
12