summaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorMario Six <mario.six@gdsys.cc>2018-09-27 10:19:34 +0300
committerAnatolij Gustschin <agust@denx.de>2018-09-28 19:27:33 +0300
commit3bf65cb56cc844473146d977b21c64504f191aff (patch)
tree9dcc5d5cdad3128eaa2d23a0ac413e09ea08014c /cmd/Kconfig
parent87be2fe6ec1a689362a03a8e04a6abf6029ee2d1 (diff)
downloadu-boot-3bf65cb56cc844473146d977b21c64504f191aff.tar.xz
cmd: Add osd commands
Add command to query information from and write text to on-screen display (OSD) devices. Signed-off-by: Mario Six <mario.six@gdsys.cc> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index cf97a0f2be..442b90a9d3 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -913,6 +913,14 @@ config CMD_ONENAND
and erasing blocks. It allso provides a way to show and change
bad blocks, and test the device.
+config CMD_OSD
+ bool "osd"
+ help
+ Enable the 'osd' command which allows to query information from and
+ write text data to a on-screen display (OSD) device; a virtual device
+ associated with a display capable of displaying a text overlay on the
+ display it's associated with..
+
config CMD_PART
bool "part"
select HAVE_BLOCK_DEVICE