brintos

brintos / linux-shallow public Read only

0
0
Text · 954 B · b39818c Raw
34 lines · plain
1# SPDX-License-Identifier: GPL-2.02 3config VIDEO_RZG2L_CSI24	tristate "RZ/G2L MIPI CSI-2 Receiver"5	depends on ARCH_RENESAS || COMPILE_TEST6	depends on V4L_PLATFORM_DRIVERS7	depends on VIDEO_DEV && OF8	select MEDIA_CONTROLLER9	select RESET_CONTROLLER10	select V4L2_FWNODE11	select VIDEO_V4L2_SUBDEV_API12	help13	  Support for Renesas RZ/G2L (and alike SoC's) MIPI CSI-214	  Receiver driver.15 16	  To compile this driver as a module, choose M here: the17	  module will be called rzg2l-csi2.18 19config VIDEO_RZG2L_CRU20	tristate "RZ/G2L Camera Receiving Unit (CRU) Driver"21	depends on ARCH_RENESAS || COMPILE_TEST22	depends on V4L_PLATFORM_DRIVERS23	depends on VIDEO_DEV && OF24	select MEDIA_CONTROLLER25	select V4L2_FWNODE26	select VIDEOBUF2_DMA_CONTIG27	select VIDEO_V4L2_SUBDEV_API28	help29	  Support for Renesas RZ/G2L (and alike SoC's) Camera Receiving30	  Unit (CRU) driver.31 32	  To compile this driver as a module, choose M here: the33	  module will be called rzg2l-cru.34