]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/Kconfig
kconfig: add config option for shell prompt
[karo-tx-uboot.git] / common / Kconfig
index ac288b42812edaa31de815e7ac17844c975239fe..cfe1651caa4d7deb78e863bf900dc0a3e6221f7d 100644 (file)
@@ -17,6 +17,13 @@ config SYS_HUSH_PARSER
        help
          Backward compatibility.
 
+config SYS_PROMPT
+       string "Shell prompt"
+       default "=> "
+       help
+         This string is displayed in the command line to the left of the
+         cursor.
+
 menu "Autoboot options"
 
 config AUTOBOOT_KEYED