From 9671f696e52b1af72fe5566bf5a6fefc6a6fefa5 Mon Sep 17 00:00:00 2001 From: Mario Six Date: Thu, 27 Sep 2018 09:19:30 +0200 Subject: video_osd: Add ihs_video_out driver Add a driver for IHS OSDs on IHS FPGAs. Reviewed-by: Simon Glass Signed-off-by: Mario Six --- drivers/video/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'drivers/video/Kconfig') 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 -- cgit v1.2.3