summaryrefslogtreecommitdiff
path: root/drivers/video/Kconfig
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2018-09-27 10:19:30 +0300
committerAnatolij Gustschin <agust@denx.de>2018-09-28 19:26:44 +0300
commit9671f696e52b1af72fe5566bf5a6fefc6a6fefa5 (patch)
treea8710223c4cae68c32e16063c0063241d22b4a42 /drivers/video/Kconfig
parent39a336f116e97d936268b1d317f22a007a01528d (diff)
downloadu-boot-9671f696e52b1af72fe5566bf5a6fefc6a6fefa5.tar.xz
video_osd: Add ihs_video_out driver
Add a driver for IHS OSDs on IHS FPGAs. Reviewed-by: Simon Glass <sjg@chromium.org> Signed-off-by: Mario Six <mario.six@gdsys.cc>
Diffstat (limited to 'drivers/video/Kconfig')
-rw-r--r--drivers/video/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig
index 4e627a315b..1e2cbe7afc 100644
--- a/drivers/video/Kconfig
+++ b/drivers/video/Kconfig
@@ -691,4 +691,13 @@ config OSD
This supports drivers that provide a OSD (on-screen display), which
is a (usually text-oriented) graphics buffer to show information on
a display.
+
+config IHS_VIDEO_OUT
+ bool "Enable IHS video out driver"
+ depends on OSD
+ help
+ Enable support for the gdsys Integrated Hardware Systems (IHS) video
+ out On-screen Display (OSD) used on gdsys FPGAs to control dynamic
+ textual overlays of the display outputs.
+
endmenu