xref: /linux/drivers/media/platform/cadence/Kconfig (revision 2da68a77)
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	help
12	  Support for the Cadence MIPI CSI2 Receiver controller.
13
14	  To compile this driver as a module, choose M here: the module will be
15	  called cdns-csi2rx.
16
17config VIDEO_CADENCE_CSI2TX
18	tristate "Cadence MIPI-CSI2 TX Controller"
19	depends on VIDEO_DEV
20	select MEDIA_CONTROLLER
21	select VIDEO_V4L2_SUBDEV_API
22	select V4L2_FWNODE
23	help
24	  Support for the Cadence MIPI CSI2 Transceiver controller.
25
26	  To compile this driver as a module, choose M here: the module will be
27	  called cdns-csi2tx.
28