perf tools: Don't clone maps from parent when synthesizing forks
[linux/fpc-iii.git] / drivers / media / platform / cadence / Kconfig
blobcf6124da3c54d96482d48ed445dd0d60d11fa8f7
1 config VIDEO_CADENCE
2         bool "Cadence Video Devices"
3         help
4           If you have a media device designed by Cadence, say Y.
6           Note that this option doesn't include new drivers in the kernel:
7           saying N will just cause Kconfig to skip all the questions about
8           Cadence media devices.
10 if VIDEO_CADENCE
12 config VIDEO_CADENCE_CSI2RX
13         tristate "Cadence MIPI-CSI2 RX Controller"
14         depends on VIDEO_V4L2
15         depends on MEDIA_CONTROLLER
16         depends on VIDEO_V4L2_SUBDEV_API
17         select V4L2_FWNODE
18         help
19           Support for the Cadence MIPI CSI2 Receiver controller.
21           To compile this driver as a module, choose M here: the module will be
22           called cdns-csi2rx.
24 config VIDEO_CADENCE_CSI2TX
25         tristate "Cadence MIPI-CSI2 TX Controller"
26         depends on VIDEO_V4L2
27         depends on MEDIA_CONTROLLER
28         depends on VIDEO_V4L2_SUBDEV_API
29         select V4L2_FWNODE
30         help
31           Support for the Cadence MIPI CSI2 Transceiver controller.
33           To compile this driver as a module, choose M here: the module will be
34           called cdns-csi2tx.
36 endif