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 /board | |
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 'board')
-rw-r--r-- | board/sunxi/Kconfig | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 5959577..4a6f49f 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -294,9 +294,16 @@ config VIDEO_HDMI ---help--- Say Y here to add support for outputting video over HDMI. +config VIDEO_VGA + boolean "VGA output support" + depends on VIDEO && (MACH_SUN4I || MACH_SUN7I) + default n + ---help--- + Say Y here to add support for outputting video over VGA. + config VIDEO_VGA_VIA_LCD boolean "VGA via LCD controller support" - depends on VIDEO + depends on VIDEO && MACH_SUN5I default n ---help--- Say Y here to add support for external DACs connected to the parallel |