xref: /linux/drivers/media/platform/cadence/Kconfig (revision 6f684d4fcce5eddd7e216a18975fb798d11a83dd)
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"
141fc3b37fSMaxime Ripard	depends on MEDIA_CONTROLLER
151fc3b37fSMaxime Ripard	depends on VIDEO_V4L2_SUBDEV_API
161fc3b37fSMaxime Ripard	select V4L2_FWNODE
171fc3b37fSMaxime Ripard	help
181fc3b37fSMaxime Ripard	  Support for the Cadence MIPI CSI2 Receiver controller.
191fc3b37fSMaxime Ripard
201fc3b37fSMaxime Ripard	  To compile this driver as a module, choose M here: the module will be
211fc3b37fSMaxime Ripard	  called cdns-csi2rx.
221fc3b37fSMaxime Ripard
23*6f684d4fSMaxime Ripardconfig VIDEO_CADENCE_CSI2TX
24*6f684d4fSMaxime Ripard	tristate "Cadence MIPI-CSI2 TX Controller"
25*6f684d4fSMaxime Ripard	depends on MEDIA_CONTROLLER
26*6f684d4fSMaxime Ripard	depends on VIDEO_V4L2_SUBDEV_API
27*6f684d4fSMaxime Ripard	select V4L2_FWNODE
28*6f684d4fSMaxime Ripard	help
29*6f684d4fSMaxime Ripard	  Support for the Cadence MIPI CSI2 Transceiver controller.
30*6f684d4fSMaxime Ripard
31*6f684d4fSMaxime Ripard	  To compile this driver as a module, choose M here: the module will be
32*6f684d4fSMaxime Ripard	  called cdns-csi2tx.
33*6f684d4fSMaxime Ripard
341fc3b37fSMaxime Ripardendif
35