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