diff options
author | Valentine Barshak <valentine.barshak@cogentembedded.com> | 2014-01-06 09:55:41 -0500 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2014-02-03 20:26:01 -0500 |
commit | 5d738332973d1b33cd9fb77062d3959d6c7e7a74 (patch) | |
tree | 31f6cfff814782f1c4c30e2fa6f986b18585ecaf | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 (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_defconfig | 8 |
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 | |||
90 | CONFIG_REGULATOR=y | 90 | CONFIG_REGULATOR=y |
91 | CONFIG_REGULATOR_FIXED_VOLTAGE=y | 91 | CONFIG_REGULATOR_FIXED_VOLTAGE=y |
92 | CONFIG_REGULATOR_GPIO=y | 92 | CONFIG_REGULATOR_GPIO=y |
93 | CONFIG_MEDIA_SUPPORT=y | ||
94 | CONFIG_MEDIA_CAMERA_SUPPORT=y | ||
95 | CONFIG_V4L_PLATFORM_DRIVERS=y | ||
96 | CONFIG_SOC_CAMERA=y | ||
97 | CONFIG_SOC_CAMERA_PLATFORM=y | ||
98 | CONFIG_VIDEO_RCAR_VIN=y | ||
99 | # CONFIG_MEDIA_SUBDRV_AUTOSELECT is not set | ||
100 | CONFIG_VIDEO_ADV7180=y | ||
93 | CONFIG_DRM=y | 101 | CONFIG_DRM=y |
94 | CONFIG_DRM_RCAR_DU=y | 102 | CONFIG_DRM_RCAR_DU=y |
95 | # CONFIG_USB_SUPPORT is not set | 103 | # CONFIG_USB_SUPPORT is not set |