]> git.karo-electronics.de Git - karo-tx-uboot.git/blobdiff - cmd/Kconfig
hush: complete renaming CONFIG_SYS_HUSH_PARSER to CONFIG_HUSH_PARSER
[karo-tx-uboot.git] / cmd / Kconfig
index 42e0e39e75c2b436b2c104152a74cb5fe7ecf5bd..d69b817c827b3dd374efe871c8f4f0a5ffc459d6 100644 (file)
@@ -13,7 +13,6 @@ config CMDLINE
 
 config HUSH_PARSER
        bool "Use hush shell"
-       select SYS_HUSH_PARSER
        depends on CMDLINE
        help
          This option enables the "hush" shell (from Busybox) as command line
@@ -24,11 +23,6 @@ config HUSH_PARSER
          If disabled, you get the old, much simpler behaviour with a somewhat
          smaller memory footprint.
 
-config SYS_HUSH_PARSER
-       bool
-       help
-         Backward compatibility.
-
 config SYS_PROMPT
        string "Shell prompt"
        default "=> "