[PATCH 2/9] sh: defconfig: migor: Enable CEU and sensor drivers

From: Jacopo Mondi
Date: Wed Jul 04 2018 - 06:22:14 EST


Enable the new renesas-ceu driver and drivers for the OV7720
image sensor and TW9910 video receiver installed on Migo-R
development board.

Signed-off-by: Jacopo Mondi <jacopo+renesas@xxxxxxxxxx>
---
arch/sh/configs/migor_defconfig | 6 ++++++
1 file changed, 6 insertions(+)

diff --git a/arch/sh/configs/migor_defconfig b/arch/sh/configs/migor_defconfig
index a85a327..446d7bc 100644
--- a/arch/sh/configs/migor_defconfig
+++ b/arch/sh/configs/migor_defconfig
@@ -49,6 +49,12 @@ CONFIG_I2C=y
CONFIG_I2C_SH_MOBILE=y
# CONFIG_HWMON is not set
CONFIG_MEDIA_SUPPORT=y
+CONFIG_MEDIA_CAMERA_SUPPORT=y
+CONFIG_V4L_PLATFORM_DRIVERS=y
+CONFIG_VIDEO_RENESAS_CEU=y
+# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
+CONFIG_VIDEO_TW9910=y
+CONFIG_VIDEO_OV772X=y
CONFIG_FB=y
CONFIG_FB_SH_MOBILE_LCDC=y
CONFIG_FRAMEBUFFER_CONSOLE=y
--
2.7.4