| .. | .. |
|---|
| 1 | 1 | # SPDX-License-Identifier: GPL-2.0 |
|---|
| 2 | 2 | config VIDEO_RCAR_CSI2 |
|---|
| 3 | 3 | tristate "R-Car MIPI CSI-2 Receiver" |
|---|
| 4 | | - depends on VIDEO_V4L2 && VIDEO_V4L2_SUBDEV_API && OF |
|---|
| 4 | + depends on VIDEO_V4L2 && OF |
|---|
| 5 | 5 | depends on ARCH_RENESAS || COMPILE_TEST |
|---|
| 6 | + select MEDIA_CONTROLLER |
|---|
| 7 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 8 | + select RESET_CONTROLLER |
|---|
| 6 | 9 | select V4L2_FWNODE |
|---|
| 7 | 10 | help |
|---|
| 8 | 11 | Support for Renesas R-Car MIPI CSI-2 receiver. |
|---|
| 9 | | - Supports R-Car Gen3 SoCs. |
|---|
| 12 | + Supports R-Car Gen3 and RZ/G2 SoCs. |
|---|
| 10 | 13 | |
|---|
| 11 | 14 | To compile this driver as a module, choose M here: the |
|---|
| 12 | 15 | module will be called rcar-csi2. |
|---|
| 13 | 16 | |
|---|
| 14 | 17 | config VIDEO_RCAR_VIN |
|---|
| 15 | 18 | 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 |
|---|
| 17 | 20 | depends on ARCH_RENESAS || COMPILE_TEST |
|---|
| 21 | + select MEDIA_CONTROLLER |
|---|
| 22 | + select VIDEO_V4L2_SUBDEV_API |
|---|
| 18 | 23 | select VIDEOBUF2_DMA_CONTIG |
|---|
| 19 | 24 | select V4L2_FWNODE |
|---|
| 20 | | - ---help--- |
|---|
| 25 | + help |
|---|
| 21 | 26 | 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. |
|---|
| 23 | 28 | |
|---|
| 24 | 29 | To compile this driver as a module, choose M here: the |
|---|
| 25 | 30 | module will be called rcar-vin. |
|---|