]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/Kconfig
Add an option to enable the command line
[people/ms/u-boot.git] / cmd / Kconfig
index 7cdff04a624b0448186a743303010bfaa3ae42f0..cdcaff8bea4050bdf7875a095258390caa290293 100644 (file)
@@ -1,8 +1,20 @@
 menu "Command line interface"
 
+config CMDLINE
+       bool "Support U-Boot commands"
+       default y
+       help
+         Enable U-Boot's command-line functions. This provides a means
+         to enter commands into U-Boot for a wide variety of purposes. It
+         also allows scripts (containing commands) to be executed.
+         Various commands and command categorys can be indivdually enabled.
+         Depending on the number of commands enabled, this can add
+         substantially to the size of U-Boot.
+
 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
          interpreter, thus enabling powerful command line syntax like