xref: /linux/drivers/media/platform/synopsys/Kconfig (revision ca220141fa8ebae09765a242076b2b77338106b0)
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 VIDEO_DEV
8	depends on V4L_PLATFORM_DRIVERS
9	depends on PM && COMMON_CLK
10	select MEDIA_CONTROLLER
11	select V4L2_FWNODE
12	select VIDEO_V4L2_SUBDEV_API
13	help
14	  The Synopsys DesignWare MIPI CSI-2 Receiver is a CSI-2 bridge with
15	  one input port and one output port. It receives the data with the
16	  help of an external MIPI PHY (C-PHY or D-PHY) and passes it to e.g.,
17	  the Rockchip Video Capture (VICAP) block on recent Rockchip SoCs.
18	  This is a driver for this unit.
19
20	  To compile this driver as a module, choose M here: the module
21	  will be called dw-mipi-csi2rx.
22