diff options
author | Mario Six | 2018-09-27 09:19:30 +0200 |
---|---|---|
committer | Anatolij Gustschin | 2018-09-28 18:26:44 +0200 |
commit | 9671f696e52b1af72fe5566bf5a6fefc6a6fefa5 (patch) | |
tree | a8710223c4cae68c32e16063c0063241d22b4a42 /drivers/video/Kconfig | |
parent | 39a336f116e97d936268b1d317f22a007a01528d (diff) |
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/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/video/Kconfig b/drivers/video/Kconfig index 4e627a315b9..1e2cbe7afcf 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 |