1# SPDX-License-Identifier: GPL-2.0-only 2 3source "drivers/media/platform/synopsys/hdmirx/Kconfig" 4 5config VIDEO_DW_MIPI_CSI2RX 6 tristate "Synopsys DesignWare MIPI CSI-2 Receiver" 7 depends on ARCH_ROCKCHIP || COMPILE_TEST 8 depends on VIDEO_DEV 9 depends on V4L_PLATFORM_DRIVERS 10 depends on PM && COMMON_CLK 11 select GENERIC_PHY_MIPI_DPHY 12 select MEDIA_CONTROLLER 13 select V4L2_FWNODE 14 select VIDEO_V4L2_SUBDEV_API 15 help 16 The Synopsys DesignWare MIPI CSI-2 Receiver is a CSI-2 bridge with 17 one input port and one output port. It receives the data with the 18 help of an external MIPI PHY (C-PHY or D-PHY) and passes it to e.g., 19 the Rockchip Video Capture (VICAP) block on recent Rockchip SoCs. 20 This is a driver for this unit. 21 22 To compile this driver as a module, choose M here: the module 23 will be called dw-mipi-csi2rx. 24