diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-08-05 17:05:29 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-08-14 08:37:37 +0200 |
commit | 86140955f4e88e15041efddd623e9ee6df8132b9 (patch) | |
tree | 3b76ffeefa1b050f86f39b350120c27340b8d44a /configs/Mele_M5_defconfig | |
parent | 7d65e2c3070c33f7881a6c03dbae46a302e5a893 (diff) |
sunxi: display: Enable composite video support on more boards
Enable composite video support on all boards which have a composite video
out connector (either cinch or jack).
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs/Mele_M5_defconfig')
-rw-r--r-- | configs/Mele_M5_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/Mele_M5_defconfig b/configs/Mele_M5_defconfig index 40f5daaaed7..0d1ba151e2c 100644 --- a/configs/Mele_M5_defconfig +++ b/configs/Mele_M5_defconfig @@ -4,6 +4,7 @@ CONFIG_MACH_SUN7I=y CONFIG_DRAM_CLK=432 CONFIG_DRAM_ZQ=122 CONFIG_MMC0_CD_PIN="PH1" +CONFIG_VIDEO_COMPOSITE=y CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-m5" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_SPL=y |