11fc3b37fSMaxime Ripardconfig VIDEO_CADENCE 21fc3b37fSMaxime Ripard bool "Cadence Video Devices" 31fc3b37fSMaxime Ripard help 41fc3b37fSMaxime Ripard If you have a media device designed by Cadence, say Y. 51fc3b37fSMaxime Ripard 61fc3b37fSMaxime Ripard Note that this option doesn't include new drivers in the kernel: 71fc3b37fSMaxime Ripard saying N will just cause Kconfig to skip all the questions about 81fc3b37fSMaxime Ripard Cadence media devices. 91fc3b37fSMaxime Ripard 101fc3b37fSMaxime Ripardif VIDEO_CADENCE 111fc3b37fSMaxime Ripard 121fc3b37fSMaxime Ripardconfig VIDEO_CADENCE_CSI2RX 131fc3b37fSMaxime Ripard tristate "Cadence MIPI-CSI2 RX Controller" 14*f6f63032SArnd Bergmann depends on VIDEO_V4L2 151fc3b37fSMaxime Ripard depends on MEDIA_CONTROLLER 161fc3b37fSMaxime Ripard depends on VIDEO_V4L2_SUBDEV_API 171fc3b37fSMaxime Ripard select V4L2_FWNODE 181fc3b37fSMaxime Ripard help 191fc3b37fSMaxime Ripard Support for the Cadence MIPI CSI2 Receiver controller. 201fc3b37fSMaxime Ripard 211fc3b37fSMaxime Ripard To compile this driver as a module, choose M here: the module will be 221fc3b37fSMaxime Ripard called cdns-csi2rx. 231fc3b37fSMaxime Ripard 246f684d4fSMaxime Ripardconfig VIDEO_CADENCE_CSI2TX 256f684d4fSMaxime Ripard tristate "Cadence MIPI-CSI2 TX Controller" 26*f6f63032SArnd Bergmann depends on VIDEO_V4L2 276f684d4fSMaxime Ripard depends on MEDIA_CONTROLLER 286f684d4fSMaxime Ripard depends on VIDEO_V4L2_SUBDEV_API 296f684d4fSMaxime Ripard select V4L2_FWNODE 306f684d4fSMaxime Ripard help 316f684d4fSMaxime Ripard Support for the Cadence MIPI CSI2 Transceiver controller. 326f684d4fSMaxime Ripard 336f684d4fSMaxime Ripard To compile this driver as a module, choose M here: the module will be 346f684d4fSMaxime Ripard called cdns-csi2tx. 356f684d4fSMaxime Ripard 361fc3b37fSMaxime Ripardendif 37