summaryrefslogtreecommitdiffstats
path: root/board/sunxi
diff options
context:
space:
mode:
authorHans de Goede <hdegoede@redhat.com>2014-12-25 13:58:06 +0100
committerHans de Goede <hdegoede@redhat.com>2015-01-14 14:56:39 +0100
commitd9786d23808fcbc5dd3bd3913b036d42dd48653f (patch)
treee0b4c834a5c76fb69a7dce71e380d5938b41954e /board/sunxi
parent49d2703dd88d5d68d63b52cd4811ed853408ea4c (diff)
downloadblackbird-obmc-uboot-d9786d23808fcbc5dd3bd3913b036d42dd48653f.tar.gz
blackbird-obmc-uboot-d9786d23808fcbc5dd3bd3913b036d42dd48653f.zip
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/sunxi')
-rw-r--r--board/sunxi/Kconfig9
1 files changed, 8 insertions, 1 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
index 5959577749..4a6f49fd58 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
OpenPOWER on IntegriCloud