10ab13674SMartin Tůma# SPDX-License-Identifier: GPL-2.0-only 20ab13674SMartin Tůmaconfig VIDEO_MGB4 30ab13674SMartin Tůma tristate "Digiteq Automotive MGB4 support" 40ab13674SMartin Tůma depends on VIDEO_DEV && PCI && I2C && DMADEVICES && SPI && MTD && IIO 5*173d167cSArnd Bergmann depends on COMMON_CLK 60ab13674SMartin Tůma select VIDEOBUF2_DMA_SG 70ab13674SMartin Tůma select IIO_BUFFER 80ab13674SMartin Tůma select IIO_TRIGGERED_BUFFER 90ab13674SMartin Tůma select I2C_XILINX 100ab13674SMartin Tůma select SPI_XILINX 110ab13674SMartin Tůma select MTD_SPI_NOR 120ab13674SMartin Tůma select XILINX_XDMA 130ab13674SMartin Tůma help 140ab13674SMartin Tůma This is a video4linux driver for Digiteq Automotive MGB4 grabber 150ab13674SMartin Tůma cards. 160ab13674SMartin Tůma 170ab13674SMartin Tůma To compile this driver as a module, choose M here: the 180ab13674SMartin Tůma module will be called mgb4. 19