summaryrefslogtreecommitdiffstats
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorNeil Armstrong <narmstrong@baylibre.com>2018-07-24 17:45:28 +0200
committerNeil Armstrong <narmstrong@baylibre.com>2019-01-31 09:35:01 +0100
commit3bed42209404f91f3e0efaf7f9b3c9a989beb922 (patch)
tree11dc0a035643757f28e8cfaf51c03322561d4d5e /drivers/video/Kconfig
parent56dd8d87e5034bf18fbc6d7c248f28f6eb484a9b (diff)
downloadu-boot-3bed42209404f91f3e0efaf7f9b3c9a989beb922.tar.gz
u-boot-3bed42209404f91f3e0efaf7f9b3c9a989beb922.tar.xz
u-boot-3bed42209404f91f3e0efaf7f9b3c9a989beb922.zip
video: Add Meson Video Processing Unit Driver
This adds video output support for Amlogic GXBB/GXL/GXM chips. The supported ports are CVBS and HDMI (based on DW_HDMI). When using HDMI, only DMT modes are supported. There is support for simple-framebuffer (CONFIG_VIDEO_DT_SIMPLEFB) Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Signed-off-by: Jorge Ramire-Ortiz <jramirez@baylibre.com> Signed-off-by: Maxime Jourdan <mjourdan@baylibre.com> [narmstrong: fixed defines alignment in meson_canvas.c] Reviewed-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 25c94f4a9e..2eac4b6381 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -401,6 +401,8 @@ config VIDEO_LCD_SPI_MISO
option takes a string in the format understood by 'name_to_gpio'
function, e.g. PH1 for pin 1 of port H.
+source "drivers/video/meson/Kconfig"
+
config VIDEO_MVEBU
bool "Armada XP LCD controller"
default n