summaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorStefan Roese <sr@denx.de>2016-01-20 07:13:28 (GMT)
committerAnatolij Gustschin <agust@denx.de>2016-01-23 21:58:07 (GMT)
commit913d1be20801c3fed3dd1e832d3bf5bdde159f32 (patch)
treed1e672a3cf5b0c3d62409024cb3f61a5db3db59a /drivers/video/Kconfig
parent12f229ea8f6c8e20f8fd07906eafc853c4c354a9 (diff)
downloadu-boot-913d1be20801c3fed3dd1e832d3bf5bdde159f32.tar.xz
video: Add support for Armada XP LCD controller
This patch adds basic support for the LCD controller of the Marvell Armada XP SoC. An AXP based custom board port will be added later, to use this driver to display a splash screen via the bmp command later. Signed-off-by: Stefan Roese <sr@denx.de> Cc: Anatolij Gustschin <agust@denx.de> Cc: Luka Perkov <luka.perkov@sartura.hr> [agust: rebased] Signed-off-by: Anatolij Gustschin <agust@denx.de>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 912e397..4e706b7 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -293,6 +293,13 @@ 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.
+config VIDEO_MVEBU
+ bool "Armada XP LCD controller"
+ default n
+ ---help---
+ Support for the LCD controller integrated in the Marvell
+ Armada XP SoC.
+
config DISPLAY
bool "Enable Display support"
depends on DM