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 select VIDEOBUF2_DMA_SG 6 select IIO_BUFFER 7 select IIO_TRIGGERED_BUFFER 8 select I2C_XILINX 9 select SPI_XILINX 10 select MTD_SPI_NOR 11 select XILINX_XDMA 12 help 13 This is a video4linux driver for Digiteq Automotive MGB4 grabber 14 cards. 15 16 To compile this driver as a module, choose M here: the 17 module will be called mgb4. 18