summaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2018-09-27 10:19:31 +0300
committerAnatolij Gustschin <agust@denx.de>2018-09-28 19:26:52 +0300
commit4eea531859edc7e23fcffadee47757a0c6e0959f (patch)
tree37015231606c0df658d57485468e3a49ccbee792 /drivers/video/Kconfig
parent9671f696e52b1af72fe5566bf5a6fefc6a6fefa5 (diff)
downloadu-boot-4eea531859edc7e23fcffadee47757a0c6e0959f.tar.xz
video_osd: Add osd sandbox driver and tests
Add sandbox driver and tests for the new OSD uclass. Signed-off-by: Mario Six <mario.six@gdsys.cc> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 1e2cbe7afc..c68066692d 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -692,6 +692,12 @@ config OSD
is a (usually text-oriented) graphics buffer to show information on
a display.
+config SANDBOX_OSD
+ bool "Enable sandbox OSD"
+ depends on OSD
+ help
+ Enable support for sandbox OSD device used for testing purposes.
+
config IHS_VIDEO_OUT
bool "Enable IHS video out driver"
depends on OSD