Kconfig (1fc3b37f34f69ee3fd61ca624fc005fb0bfe3984) Kconfig (6f684d4fcce5eddd7e216a18975fb798d11a83dd)
1config VIDEO_CADENCE
2 bool "Cadence Video Devices"
3 help
4 If you have a media device designed by Cadence, say Y.
5
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.

--- 6 unchanged lines hidden (view full) ---

15 depends on VIDEO_V4L2_SUBDEV_API
16 select V4L2_FWNODE
17 help
18 Support for the Cadence MIPI CSI2 Receiver controller.
19
20 To compile this driver as a module, choose M here: the module will be
21 called cdns-csi2rx.
22
1config VIDEO_CADENCE
2 bool "Cadence Video Devices"
3 help
4 If you have a media device designed by Cadence, say Y.
5
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.

--- 6 unchanged lines hidden (view full) ---

15 depends on VIDEO_V4L2_SUBDEV_API
16 select V4L2_FWNODE
17 help
18 Support for the Cadence MIPI CSI2 Receiver controller.
19
20 To compile this driver as a module, choose M here: the module will be
21 called cdns-csi2rx.
22
23config VIDEO_CADENCE_CSI2TX
24 tristate "Cadence MIPI-CSI2 TX Controller"
25 depends on MEDIA_CONTROLLER
26 depends on VIDEO_V4L2_SUBDEV_API
27 select V4L2_FWNODE
28 help
29 Support for the Cadence MIPI CSI2 Transceiver controller.
30
31 To compile this driver as a module, choose M here: the module will be
32 called cdns-csi2tx.
33
23endif
34endif