forked from ~ljy/RK356X_SDK_RELEASE

hc
2023-12-11 6778948f9de86c3cfaf36725a7c87dcff9ba247f
kernel/drivers/media/platform/rcar-vin/Kconfig
....@@ -1,25 +1,30 @@
11 # SPDX-License-Identifier: GPL-2.0
22 config VIDEO_RCAR_CSI2
33 tristate "R-Car MIPI CSI-2 Receiver"
4
- depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && OF
4
+ depends on VIDEO_V4L2 && OF
55 depends on ARCH_RENESAS || COMPILE_TEST
6
+ select MEDIA_CONTROLLER
7
+ select VIDEO_V4L2_SUBDEV_API
8
+ select RESET_CONTROLLER
69 select V4L2_FWNODE
710 help
811 Support for Renesas R-Car MIPI CSI-2 receiver.
9
- Supports R-Car Gen3 SoCs.
12
+ Supports R-Car Gen3 and RZ/G2 SoCs.
1013
1114 To compile this driver as a module, choose M here: the
1215 module will be called rcar-csi2.
1316
1417 config VIDEO_RCAR_VIN
1518 tristate "R-Car Video Input (VIN) Driver"
16
- depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && OF && MEDIA_CONTROLLER
19
+ depends on VIDEO_V4L2 && OF
1720 depends on ARCH_RENESAS || COMPILE_TEST
21
+ select MEDIA_CONTROLLER
22
+ select VIDEO_V4L2_SUBDEV_API
1823 select VIDEOBUF2_DMA_CONTIG
1924 select V4L2_FWNODE
20
- ---help---
25
+ help
2126 Support for Renesas R-Car Video Input (VIN) driver.
22
- Supports R-Car Gen2 and Gen3 SoCs.
27
+ Supports R-Car Gen{2,3} and RZ/G{1,2} SoCs.
2328
2429 To compile this driver as a module, choose M here: the
2530 module will be called rcar-vin.