1# SPDX-License-Identifier: GPL-2.0-only
2config VIDEO_SUN6I_MIPI_CSI2
3	tristate "Allwinner A31 MIPI CSI-2 Controller Driver"
4	depends on V4L_PLATFORM_DRIVERS && VIDEO_DEV
5	depends on ARCH_SUNXI || COMPILE_TEST
6	depends on PM && COMMON_CLK
7	select MEDIA_CONTROLLER
8	select VIDEO_V4L2_SUBDEV_API
9	select V4L2_FWNODE
10	select PHY_SUN6I_MIPI_DPHY
11	select REGMAP_MMIO
12	help
13	   Support for the Allwinner A31 MIPI CSI-2 controller, also found on
14	   other platforms such as the V3/V3s.
15