From 3cef3b31853de70852abc07d8b64040e4bfa04d7 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Fri, 4 Aug 2017 16:34:55 -0600 Subject: Convert CONFIG_CMD_TERMINAL to Kconfig This converts the following to Kconfig: CONFIG_CMD_TERMINAL Signed-off-by: Simon Glass Reviewed-by: Bin Meng Reviewed-by: Philipp Tomsich --- cmd/Kconfig | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'cmd/Kconfig') diff --git a/cmd/Kconfig b/cmd/Kconfig index d26dcf7fc2..4d7516eb55 100644 --- a/cmd/Kconfig +++ b/cmd/Kconfig @@ -1094,6 +1094,14 @@ config CMD_QFW source "cmd/mvebu/Kconfig" +config CMD_TERMINAL + bool "terminal - provides a way to attach a serial terminal" + help + Provides a 'cu'-like serial terminal command. This can be used to + access other serial ports from the system console. The terminal + is very simple with no special processing of characters. As with + cu, you can press ~. (tilde followed by period) to exit. + endmenu config CMD_BOOTSTAGE -- cgit v1.2.3