aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorValentine Barshak <valentine.barshak@cogentembedded.com>2014-01-06 09:55:41 -0500
committerSimon Horman <horms+renesas@verge.net.au>2014-02-03 20:26:01 -0500
commit5d738332973d1b33cd9fb77062d3959d6c7e7a74 (patch)
tree31f6cfff814782f1c4c30e2fa6f986b18585ecaf
parent38dbfb59d1175ef458d006556061adeaa8751b72 (diff)
ARM: shmobile: lager: Enable VIN along with ADV7180 decoder in defconfig
This enables R-Car VIN SoC camera along with ADV7180 decoder, which can be found on Lager board, to lager_defconfig. Signed-off-by: Valentine Barshak <valentine.barshak@cogentembedded.com> Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
-rw-r--r--arch/arm/configs/lager_defconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/arch/arm/configs/lager_defconfig b/arch/arm/configs/lager_defconfig
index 883443f8f4f3..89b6e71006cb 100644
--- a/arch/arm/configs/lager_defconfig
+++ b/arch/arm/configs/lager_defconfig
@@ -90,6 +90,14 @@ CONFIG_RCAR_THERMAL=y
90CONFIG_REGULATOR=y 90CONFIG_REGULATOR=y
91CONFIG_REGULATOR_FIXED_VOLTAGE=y 91CONFIG_REGULATOR_FIXED_VOLTAGE=y
92CONFIG_REGULATOR_GPIO=y 92CONFIG_REGULATOR_GPIO=y
93CONFIG_MEDIA_SUPPORT=y
94CONFIG_MEDIA_CAMERA_SUPPORT=y
95CONFIG_V4L_PLATFORM_DRIVERS=y
96CONFIG_SOC_CAMERA=y
97CONFIG_SOC_CAMERA_PLATFORM=y
98CONFIG_VIDEO_RCAR_VIN=y
99# CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set
100CONFIG_VIDEO_ADV7180=y
93CONFIG_DRM=y 101CONFIG_DRM=y
94CONFIG_DRM_RCAR_DU=y 102CONFIG_DRM_RCAR_DU=y
95# CONFIG_USB_SUPPORT is not set 103# CONFIG_USB_SUPPORT is not set