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/Cubietruck_defconfig | |
parent | 49d2703dd88d5d68d63b52cd4811ed853408ea4c (diff) | |
download | u-boot-imx-d9786d23808fcbc5dd3bd3913b036d42dd48653f.zip u-boot-imx-d9786d23808fcbc5dd3bd3913b036d42dd48653f.tar.gz u-boot-imx-d9786d23808fcbc5dd3bd3913b036d42dd48653f.tar.bz2 |
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/Cubietruck_defconfig')
-rw-r--r-- | configs/Cubietruck_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/Cubietruck_defconfig b/configs/Cubietruck_defconfig index b1f9f93..bc44410 100644 --- a/configs/Cubietruck_defconfig +++ b/configs/Cubietruck_defconfig @@ -1,6 +1,7 @@ CONFIG_SPL=y CONFIG_SYS_EXTRA_OPTIONS="AXP209_POWER,SUNXI_GMAC,RGMII,AHCI,SATAPWR=SUNXI_GPH(12),USB_EHCI" CONFIG_FDTFILE="sun7i-a20-cubietruck.dtb" +CONFIG_VIDEO_VGA=y +S:CONFIG_ARM=y +S:CONFIG_ARCH_SUNXI=y +S:CONFIG_MACH_SUN7I=y |