diff options
author | Wolfram Sang <wsa+renesas@sang-engineering.com> | 2015-10-10 20:14:45 +0100 |
---|---|---|
committer | Simon Horman <horms+renesas@verge.net.au> | 2015-10-12 09:18:06 +0900 |
commit | 687dfe660a3eddbd40335694beb0896e26b5bbd9 (patch) | |
tree | 3d4f14149f23d7d1a010cfb3d4e3a5ff4df20848 /arch/arm/configs | |
parent | 0a8b0695f4c490c349ee12956d6946576c44a419 (diff) | |
download | linux-687dfe660a3eddbd40335694beb0896e26b5bbd9.tar.bz2 |
ARM: shmobile: defconfig: enable HDMI output for 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')
-rw-r--r-- | arch/arm/configs/shmobile_defconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/arch/arm/configs/shmobile_defconfig b/arch/arm/configs/shmobile_defconfig index 0bdeb4925be4..3aef019c0de7 100644 --- a/arch/arm/configs/shmobile_defconfig +++ b/arch/arm/configs/shmobile_defconfig @@ -140,7 +140,10 @@ CONFIG_VIDEO_RENESAS_VSP1=y CONFIG_VIDEO_ADV7180=y CONFIG_VIDEO_ML86V7667=y CONFIG_DRM=y +CONFIG_DRM_I2C_ADV7511=y CONFIG_DRM_RCAR_DU=y +CONFIG_DRM_RCAR_HDMI=y +CONFIG_DRM_RCAR_LVDS=y CONFIG_FB_SH_MOBILE_LCDC=y CONFIG_FB_SH_MOBILE_MERAM=y # CONFIG_LCD_CLASS_DEVICE is not set |