diff options
author | Hans de Goede <hdegoede@redhat.com> | 2015-08-03 19:20:26 +0200 |
---|---|---|
committer | Hans de Goede <hdegoede@redhat.com> | 2015-08-08 16:26:20 +0200 |
commit | 39920c81ce4431b7ea08f5e80feb5ec8b156864e (patch) | |
tree | 442f17e9c41dd1034f92dd14f129ca2158b61b62 /configs/Mele_M3_defconfig | |
parent | f6d9d32462f1aa00e525e8778429f20d72beb23a (diff) | |
download | u-boot-imx-39920c81ce4431b7ea08f5e80feb5ec8b156864e.zip u-boot-imx-39920c81ce4431b7ea08f5e80feb5ec8b156864e.tar.gz u-boot-imx-39920c81ce4431b7ea08f5e80feb5ec8b156864e.tar.bz2 |
sunxi: display: Add composite video out support
Add composite video out support.
This only gets enabled on the Mele M3 for now, since that is were it
was tested. It will be enabled on more boards after testing.
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Acked-by: Ian Campbell <ijc@hellion.org.uk>
Diffstat (limited to 'configs/Mele_M3_defconfig')
-rw-r--r-- | configs/Mele_M3_defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/configs/Mele_M3_defconfig b/configs/Mele_M3_defconfig index d498269..5c9796a 100644 --- a/configs/Mele_M3_defconfig +++ b/configs/Mele_M3_defconfig @@ -5,6 +5,7 @@ CONFIG_DRAM_CLK=384 CONFIG_MMC0_CD_PIN="PH1" CONFIG_MMC_SUNXI_SLOT_EXTRA=2 CONFIG_VIDEO_VGA=y +CONFIG_VIDEO_COMPOSITE=y CONFIG_DEFAULT_DEVICE_TREE="sun7i-a20-m3" # CONFIG_SYS_MALLOC_CLEAR_ON_INIT is not set CONFIG_SPL=y |