diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2015-10-12 08:12:22 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-10-13 10:42:17 +0900 |
commit | fec3fb4734b4d2c33975077c250ebd4a3a9f8e34 (patch) | |
tree | fb3f28ae5161be1fa401634e76d39bb7bccc4933 /arch/arm/configs/multi_v7_defconfig | |
parent | 687dfe660a3eddbd40335694beb0896e26b5bbd9 (diff) | |
download | lwn-fec3fb4734b4d2c33975077c250ebd4a3a9f8e34.tar.gz lwn-fec3fb4734b4d2c33975077c250ebd4a3a9f8e34.zip |
ARM: multi_v7_defconfig: enable HDMI output for Renesas RCar
Actviate HDMI output of the RCar DU (and LVDS while we are here).
Enable the HDMI encoder chip found on Lager/Koelsch boards.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Signed-off-by: Simon Horman <horms+renesas@verge.net.au>
Diffstat (limited to 'arch/arm/configs/multi_v7_defconfig')
-rw-r--r-- | arch/arm/configs/multi_v7_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/multi_v7_defconfig b/arch/arm/configs/multi_v7_defconfig index e682da3f9d42..a5c6ebf39b0a 100644 --- a/arch/arm/configs/multi_v7_defconfig +++ b/arch/arm/configs/multi_v7_defconfig @@ -440,6 +440,7 @@ CONFIG_VIDEO_RENESAS_VSP1=m CONFIG_VIDEO_ADV7180=m CONFIG_VIDEO_ML86V7667=m CONFIG_DRM=y +CONFIG_DRM_I2C_ADV7511=m # CONFIG_DRM_I2C_CH7006 is not set # CONFIG_DRM_I2C_SIL164 is not set CONFIG_DRM_NXP_PTN3460=m @@ -450,6 +451,8 @@ CONFIG_DRM_EXYNOS_DSI=y CONFIG_DRM_EXYNOS_FIMD=y CONFIG_DRM_EXYNOS_HDMI=y CONFIG_DRM_RCAR_DU=m +CONFIG_DRM_RCAR_HDMI=y +CONFIG_DRM_RCAR_LVDS=y CONFIG_DRM_TEGRA=y CONFIG_DRM_PANEL_SAMSUNG_S6E8AA0=m CONFIG_DRM_PANEL_SIMPLE=y |