1config VIDEO_SUN4I_CSI
2	tristate "Allwinner A10 CMOS Sensor Interface Support"
3	depends on VIDEO_V4L2 && COMMON_CLK && VIDEO_V4L2_SUBDEV_API && HAS_DMA
4	depends on ARCH_SUNXI || COMPILE_TEST
5	select VIDEOBUF2_DMA_CONTIG
6	select V4L2_FWNODE
7	help
8	  This is a V4L2 driver for the Allwinner A10 CSI
9
10	  To compile this driver as a module, choose M here: the module
11	  will be called sun4i_csi.
12