summaryrefslogtreecommitdiff
path: root/cmd
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2017-04-26 22:28:09 -0600
committerTom Rini <trini@konsulko.com>2017-04-30 13:41:01 -0400
commit93d66ee56699456a4f0e03cf1ab38fa1adbfcdc7 (patch)
tree5b3f99f256b845a84ff82e6962752a30a8c5e7d5 /cmd
parent3bd25cb512b912e9c8e9074467e730a73f87371d (diff)
Convert CONFIG_CMD_DISPLAY to Kconfig
This converts the following to Kconfig: CONFIG_CMD_DISPLAY Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'cmd')
-rw-r--r--cmd/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 334e531ffe..73fc29e1b9 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -698,6 +698,14 @@ config CMD_CACHE
help
Enable the "icache" and "dcache" commands
+config CMD_DISPLAY
+ bool "Enable the 'display' command, for character displays"
+ help
+ (this needs porting to driver model)
+ This enables the 'display' command which allows a string to be
+ displayed on a simple board-specific display. Implement
+ display_putc() to use it.
+
config CMD_LED
bool "led"
default y if LED