diff options
author | Jernej Skrabec <jernej.skrabec@siol.net> | 2017-03-27 19:22:32 +0200 |
---|---|---|
committer | Maxime Ripard <maxime.ripard@free-electrons.com> | 2017-04-28 09:21:25 +0200 |
commit | 56009451d843e8ccaff3408d172fe13af23e2756 (patch) | |
tree | 74a664a08c7b490e7b3d58b43ab982b9acc9fde6 /board/sunxi | |
parent | a05a45493d9fc0bd7f1da2f62ffdfb64caf8a3c7 (diff) | |
download | u-boot-56009451d843e8ccaff3408d172fe13af23e2756.tar.gz |
sunxi: video: Add A64/H3/H5 HDMI driver
This commit adds support for HDMI output.
Signed-off-by: Jernej Skrabec <jernej.skrabec@siol.net>
Reviewed-by: Simon Glass <sjg@chromium.org>
Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat (limited to 'board/sunxi')
-rw-r--r-- | board/sunxi/Kconfig | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/board/sunxi/Kconfig b/board/sunxi/Kconfig index 903cd482a5..ac3be300fe 100644 --- a/board/sunxi/Kconfig +++ b/board/sunxi/Kconfig @@ -708,6 +708,16 @@ config SUNXI_DE2 bool default n +config VIDEO_DE2 + bool "Display Engine 2 video driver" + depends on SUNXI_DE2 + select DM_VIDEO + select DISPLAY + default y + ---help--- + Say y here if you want to build DE2 video driver which is present on + newer SoCs. Currently only HDMI output is supported. + choice prompt "LCD panel support" |