xref: /linux/drivers/media/pci/mgb4/Kconfig (revision bd128f62c365504e1268dc09fcccdfb1f091e93a)
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