brintos

brintos / linux-shallow public Read only

0
0
Text · 510 B · 60610c0 Raw
17 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3config VIDEO_SUN4I_CSI4	tristate "Allwinner A10 CMOS Sensor Interface Support"5	depends on V4L_PLATFORM_DRIVERS6	depends on VIDEO_DEV && COMMON_CLK && RESET_CONTROLLER && HAS_DMA7	depends on ARCH_SUNXI || COMPILE_TEST8	select MEDIA_CONTROLLER9	select VIDEO_V4L2_SUBDEV_API10	select VIDEOBUF2_DMA_CONTIG11	select V4L2_FWNODE12	help13	  This is a V4L2 driver for the Allwinner A10 CSI14 15	  To compile this driver as a module, choose M here: the module16	  will be called sun4i_csi.17