diff options
author | Hans de Goede <hdegoede@redhat.com> | 2014-12-25 13:58:06 +0100 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-01-14 14:56:39 +0100 |
commit | d9786d23808fcbc5dd3bd3913b036d42dd48653f (patch) | |
tree | e0b4c834a5c76fb69a7dce71e380d5938b41954e /configs/Mele_A1000_defconfig | |
parent | 49d2703dd88d5d68d63b52cd4811ed853408ea4c (diff) | |
download | u-boot-d9786d23808fcbc5dd3bd3913b036d42dd48653f.tar.gz |
sunxi: video: Add VGA output support
Add support for VGA directly from the sunxi SoC / display engine.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs/Mele_A1000_defconfig')
-rw-r--r-- | configs/Mele_A1000_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/Mele_A1000_defconfig b/configs/Mele_A1000_defconfig index e2912b0afd..97d94542d3 100644 --- a/configs/Mele_A1000_defconfig +++ b/configs/Mele_A1000_defconfig @@ -1,6 +1,7 @@ CONFIG_SPL=y CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_EMAC,MACPWR=SUNXI_GPH(15),AHCI,USB_EHCI" CONFIG_FDTFILE="sun4i-a10-a1000.dtb" +CONFIG_VIDEO_VGA=y +S:CONFIG_ARM=y +S:CONFIG_ARCH_SUNXI=y +S:CONFIG_MACH_SUN4I=y |