30 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2 3comment "Cadence media platform drivers"4 5config VIDEO_CADENCE_CSI2RX6 tristate "Cadence MIPI-CSI2 RX Controller"7 depends on VIDEO_DEV8 select MEDIA_CONTROLLER9 select VIDEO_V4L2_SUBDEV_API10 select V4L2_FWNODE11 select GENERIC_PHY12 select GENERIC_PHY_MIPI_DPHY13 help14 Support for the Cadence MIPI CSI2 Receiver controller.15 16 To compile this driver as a module, choose M here: the module will be17 called cdns-csi2rx.18 19config VIDEO_CADENCE_CSI2TX20 tristate "Cadence MIPI-CSI2 TX Controller"21 depends on VIDEO_DEV22 select MEDIA_CONTROLLER23 select VIDEO_V4L2_SUBDEV_API24 select V4L2_FWNODE25 help26 Support for the Cadence MIPI CSI2 Transceiver controller.27 28 To compile this driver as a module, choose M here: the module will be29 called cdns-csi2tx.30