Kconfig (58e16d792a6a8c6b750f637a4649967fcac853dc) | Kconfig (32a363d0b0b142f35512848dc646ee53e0926723) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2config VIDEO_CADENCE 3 bool "Cadence Video Devices" 4 help 5 If you have a media device designed by Cadence, say Y. 6 7 Note that this option doesn't include new drivers in the kernel: 8 saying N will just cause Kconfig to skip all the questions about 9 Cadence media devices. 10 11if VIDEO_CADENCE 12 13config VIDEO_CADENCE_CSI2RX 14 tristate "Cadence MIPI-CSI2 RX Controller" 15 depends on VIDEO_V4L2 | 1# SPDX-License-Identifier: GPL-2.0-only 2config VIDEO_CADENCE 3 bool "Cadence Video Devices" 4 help 5 If you have a media device designed by Cadence, say Y. 6 7 Note that this option doesn't include new drivers in the kernel: 8 saying N will just cause Kconfig to skip all the questions about 9 Cadence media devices. 10 11if VIDEO_CADENCE 12 13config VIDEO_CADENCE_CSI2RX 14 tristate "Cadence MIPI-CSI2 RX Controller" 15 depends on VIDEO_V4L2 |
16 depends on MEDIA_CONTROLLER 17 depends on VIDEO_V4L2_SUBDEV_API | 16 select MEDIA_CONTROLLER 17 select VIDEO_V4L2_SUBDEV_API |
18 select V4L2_FWNODE 19 help 20 Support for the Cadence MIPI CSI2 Receiver controller. 21 22 To compile this driver as a module, choose M here: the module will be 23 called cdns-csi2rx. 24 25config VIDEO_CADENCE_CSI2TX 26 tristate "Cadence MIPI-CSI2 TX Controller" 27 depends on VIDEO_V4L2 | 18 select V4L2_FWNODE 19 help 20 Support for the Cadence MIPI CSI2 Receiver controller. 21 22 To compile this driver as a module, choose M here: the module will be 23 called cdns-csi2rx. 24 25config VIDEO_CADENCE_CSI2TX 26 tristate "Cadence MIPI-CSI2 TX Controller" 27 depends on VIDEO_V4L2 |
28 depends on MEDIA_CONTROLLER 29 depends on VIDEO_V4L2_SUBDEV_API | 28 select MEDIA_CONTROLLER 29 select VIDEO_V4L2_SUBDEV_API |
30 select V4L2_FWNODE 31 help 32 Support for the Cadence MIPI CSI2 Transceiver controller. 33 34 To compile this driver as a module, choose M here: the module will be 35 called cdns-csi2tx. 36 37endif | 30 select V4L2_FWNODE 31 help 32 Support for the Cadence MIPI CSI2 Transceiver controller. 33 34 To compile this driver as a module, choose M here: the module will be 35 called cdns-csi2tx. 36 37endif |