1# SPDX-License-Identifier: GPL-2.0-only
2
3comment "Cadence media platform drivers"
4
5config VIDEO_CADENCE_CSI2RX
6	tristate "Cadence MIPI-CSI2 RX Controller"
7	depends on VIDEO_DEV
8	select MEDIA_CONTROLLER
9	select VIDEO_V4L2_SUBDEV_API
10	select V4L2_FWNODE
11	select GENERIC_PHY
12	select GENERIC_PHY_MIPI_DPHY
13	help
14	  Support for the Cadence MIPI CSI2 Receiver controller.
15
16	  To compile this driver as a module, choose M here: the module will be
17	  called cdns-csi2rx.
18
19config VIDEO_CADENCE_CSI2TX
20	tristate "Cadence MIPI-CSI2 TX Controller"
21	depends on VIDEO_DEV
22	select MEDIA_CONTROLLER
23	select VIDEO_V4L2_SUBDEV_API
24	select V4L2_FWNODE
25	help
26	  Support for the Cadence MIPI CSI2 Transceiver controller.
27
28	  To compile this driver as a module, choose M here: the module will be
29	  called cdns-csi2tx.
30