summaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorTom Rini <trini@konsulko.com>2021-08-06 20:46:40 +0300
committerTom Rini <trini@konsulko.com>2021-08-06 20:46:40 +0300
commit8f07f5376a21a57ce191e5548b1a30c9709994d3 (patch)
tree09d66e4a19c260207511265e0f27ede198a6b24d /drivers/video/Kconfig
parentabc784185475ad0d61a8d38f451f2fb8842e7f88 (diff)
parent845d71ce999936ab5ae2cef4542b221851cde199 (diff)
downloadu-boot-8f07f5376a21a57ce191e5548b1a30c9709994d3.tar.xz
Merge tag 'video-2021-08-05' of https://source.denx.de/u-boot/custodians/u-boot-video
- add display driver for ST-Ericsson MCDE - drop legacy CONFIG_VIDEO dependency for Hitachi tx18d42vm
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig13
1 files changed, 12 insertions, 1 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index b69ffcae4b..8b940d70eb 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -470,7 +470,6 @@ config VIDEO_LCD_TDO_TL070WSH30
config VIDEO_LCD_HITACHI_TX18D42VM
bool "Hitachi tx18d42vm LVDS LCD panel support"
- depends on VIDEO
default n
---help---
Support for Hitachi tx18d42vm LVDS LCD panels, these panels have a
@@ -854,6 +853,18 @@ config VIDEO_DT_SIMPLEFB
The video output is initialized by U-Boot, and kept by the
kernel.
+config VIDEO_MCDE_SIMPLE
+ bool "Simple driver for ST-Ericsson MCDE with preconfigured display"
+ depends on DM_VIDEO
+ help
+ Enables a simple display driver for ST-Ericsson MCDE
+ (Multichannel Display Engine), which reads the configuration from
+ the MCDE registers.
+
+ This driver assumes that the display hardware has been initialized
+ before u-boot starts, and u-boot will simply render to the pre-
+ allocated frame buffer surface.
+
config OSD
bool "Enable OSD support"
depends on DM