brintos

brintos / linux-shallow public Read only

0
0
Text · 521 B · f2a05a1 Raw
19 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2config VIDEO_MGB43	tristate "Digiteq Automotive MGB4 support"4	depends on VIDEO_DEV && PCI && I2C && DMADEVICES && SPI && MTD && IIO5	depends on COMMON_CLK6	select VIDEOBUF2_DMA_SG7	select IIO_BUFFER8	select IIO_TRIGGERED_BUFFER9	select I2C_XILINX10	select SPI_XILINX11	select MTD_SPI_NOR12	select XILINX_XDMA13	help14	  This is a video4linux driver for Digiteq Automotive MGB4 grabber15	  cards.16 17	  To compile this driver as a module, choose M here: the18	  module will be called mgb4.19