xref: /linux/drivers/media/pci/mgb4/Kconfig (revision 08df80a3c51674ab73ae770885a383ca553fbbbf)
1# SPDX-License-Identifier: GPL-2.0-only
2config VIDEO_MGB4
3	tristate "Digiteq Automotive MGB4 support"
4	depends on VIDEO_DEV && PCI && I2C && DMADEVICES && SPI && MTD && IIO
5	depends on COMMON_CLK
6	select VIDEOBUF2_DMA_SG
7	select IIO_BUFFER
8	select IIO_TRIGGERED_BUFFER
9	select I2C_XILINX
10	select SPI_XILINX
11	select MTD_SPI_NOR
12	select XILINX_XDMA
13	help
14	  This is a video4linux driver for Digiteq Automotive MGB4 grabber
15	  cards.
16
17	  To compile this driver as a module, choose M here: the
18	  module will be called mgb4.
19