]> git.sur5r.net Git - u-boot/blobdiff - common/Kconfig
kconfig: add config option for shell prompt
[u-boot] / common / Kconfig
index 2976cd78ddd4812ec4ece2e28bb006167b9ef1d4..88dc0160796e745a8ec7f683591e75f45fa0c758 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
@@ -311,6 +318,11 @@ config CMD_NAND
        help
          NAND support.
 
+config CMD_SF
+       bool "sf"
+       help
+         SPI Flash support
+
 config CMD_SPI
        bool "sspi"
        help