Hi All,
This is trivial patch series updating the rcar-vin Kconfig to
include Renesas RZ/Gx SoC's
Cheers,
Prabhakar
v1->v2
* Updated commit description
* included RB from Niklas
Lad Prabhakar (2):
media: rcar-vin: Kconfig: Update help description for VIDEO_RCAR_CSI2
config
media: rcar-vin: Kconfig: Update help description for VIDEO_RCAR_VIN
config
drivers/media/platform/rcar-vin/Kconfig | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
--
2.17.1
The rcar-csi2 driver also supports RZ/G2 SoC's, update the description
to reflect this.
Signed-off-by: Lad Prabhakar <[email protected]>
Reviewed-by: Chris Paterson <[email protected]>
Reviewed-by: Niklas Söderlund <[email protected]>
---
drivers/media/platform/rcar-vin/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/media/platform/rcar-vin/Kconfig b/drivers/media/platform/rcar-vin/Kconfig
index ca0d906dce2f..2669c13a0423 100644
--- a/drivers/media/platform/rcar-vin/Kconfig
+++ b/drivers/media/platform/rcar-vin/Kconfig
@@ -9,7 +9,7 @@ config VIDEO_RCAR_CSI2
select V4L2_FWNODE
help
Support for Renesas R-Car MIPI CSI-2 receiver.
- Supports R-Car Gen3 SoCs.
+ Supports R-Car Gen3 and RZ/G2 SoCs.
To compile this driver as a module, choose M here: the
module will be called rcar-csi2.
--
2.17.1