diff options
author | Tom Rini <trini@konsulko.com> | 2018-09-29 22:28:44 -0400 |
---|---|---|
committer | Tom Rini <trini@konsulko.com> | 2018-09-29 22:28:44 -0400 |
commit | b592936d357f6c648f59ae0e3159149df3a942fb (patch) | |
tree | 4029ea898605dbd4b83ed4546dee5f348a08da7a /cmd/Kconfig | |
parent | cc49e2bdb8fbd47af28cb7e47696322586e9fff1 (diff) | |
parent | c1a65a8c598d27379db91cd47d30103d76311398 (diff) |
Merge branch 'master' of git://git.denx.de/u-boot-video
Signed-off-by: Tom Rini <trini@konsulko.com>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r-- | cmd/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig index ae697fcad9..d1f1dc04b4 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -915,6 +915,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 |