summaryrefslogtreecommitdiff
path: root/drivers/media/platform/renesas/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/media/platform/renesas/Kconfig')
-rw-r--r--drivers/media/platform/renesas/Kconfig12
1 files changed, 6 insertions, 6 deletions
diff --git a/drivers/media/platform/renesas/Kconfig b/drivers/media/platform/renesas/Kconfig
index ed788e991f74..27a54fa79083 100644
--- a/drivers/media/platform/renesas/Kconfig
+++ b/drivers/media/platform/renesas/Kconfig
@@ -14,8 +14,8 @@ config VIDEO_RENESAS_CEU
help
This is a v4l2 driver for the Renesas CEU Interface
-config VIDEO_RCAR_ISP
- tristate "R-Car Image Signal Processor (ISP)"
+config VIDEO_RCAR_CSI2
+ tristate "R-Car MIPI CSI-2 Receiver"
depends on V4L_PLATFORM_DRIVERS
depends on VIDEO_DEV && OF
depends on ARCH_RENESAS || COMPILE_TEST
@@ -24,12 +24,11 @@ config VIDEO_RCAR_ISP
select RESET_CONTROLLER
select V4L2_FWNODE
help
- Support for Renesas R-Car Image Signal Processor (ISP).
- Enable this to support the Renesas R-Car Image Signal
- Processor (ISP).
+ Support for Renesas R-Car MIPI CSI-2 receiver.
+ Supports R-Car Gen3 and RZ/G2 SoCs.
To compile this driver as a module, choose M here: the
- module will be called rcar-isp.
+ module will be called rcar-csi2.
config VIDEO_SH_VOU
tristate "SuperH VOU video output driver"
@@ -40,6 +39,7 @@ config VIDEO_SH_VOU
help
Support for the Video Output Unit (VOU) on SuperH SoCs.
+source "drivers/media/platform/renesas/rcar-isp/Kconfig"
source "drivers/media/platform/renesas/rcar-vin/Kconfig"
source "drivers/media/platform/renesas/rzg2l-cru/Kconfig"