summaryrefslogtreecommitdiffstats
path: root/board/sunxi
diff options
context:
space:
mode:
authorChen-Yu Tsai <wens@csie.org>2015-01-12 18:02:10 +0800
committerHans de Goede <hdegoede@redhat.com>2015-01-14 14:56:40 +0100
commit2583d5b192fd31449abc74d239c149e02396926b (patch)
treebe3bd77fe82a2cade38e596c98480e1bacdaea3c /board/sunxi
parenta79250785b8a32187229b9440c4871c165775fd5 (diff)
downloadblackbird-obmc-uboot-2583d5b192fd31449abc74d239c149e02396926b.tar.gz
blackbird-obmc-uboot-2583d5b192fd31449abc74d239c149e02396926b.zip
sunxi: video: Allow external DACs for VGA on platforms without TV encoders
Using an external DAC for VGA output was available on sun5i. Since some other SoCs don't have a builtin TV encoder, but might have use for a VGA output, enable the option for the platforms that don't have TV encoders. Signed-off-by: Chen-Yu Tsai <wens@csie.org> Acked-by: Hans de Goede <hdegoede@redhat.com> Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'board/sunxi')
-rw-r--r--board/sunxi/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig
index bbe5c86e7b..5822b4126c 100644
--- a/board/sunxi/Kconfig
+++ b/board/sunxi/Kconfig
@@ -307,7 +307,7 @@ config VIDEO_VGA
config VIDEO_VGA_VIA_LCD
boolean "VGA via LCD controller support"
- depends on VIDEO && MACH_SUN5I
+ depends on VIDEO && (MACH_SUN5I || MACH_SUN6I || MACH_SUN8I)
default n
---help---
Say Y here to add support for external DACs connected to the parallel
OpenPOWER on IntegriCloud