]> git.kernelconcepts.de Git - karo-tx-uboot.git/blobdiff - common/Kconfig
spi: omap3_spi: add am43xx support to omap3_spi
[karo-tx-uboot.git] / common / Kconfig
index 9990bec5b95e45cfad4e595f04c174a18810fee7..ac288b42812edaa31de815e7ac17844c975239fe 100644 (file)
@@ -222,6 +222,13 @@ config CMD_SAVEENV
          Save all environment variables into the compiled-in persistent
          storage.
 
+config CMD_ENV_EXISTS
+       bool "env exists"
+       default y
+       help
+         Check if a variable is defined in the environment for use in
+         shell scripting.
+
 endmenu
 
 menu "Memory commands"
@@ -352,6 +359,11 @@ config CMD_MMC
        help
          MMC/SD support.
 
+config CMD_SF
+       bool "sf"
+       help
+         SPI Flash support
+
 config CMD_SPI
        bool "sspi"
        help
@@ -398,6 +410,7 @@ config CMD_SOURCE
 
 config CMD_SETEXPR
        bool "setexpr"
+       default y
        help
          Evaluate boolean and math expressions and store the result in an env
            variable.
@@ -412,6 +425,7 @@ config CMD_NET
        bool "bootp, tftpboot"
        default y
         select NET
+       default y
        help
          Network commands.
          bootp - boot image via network using BOOTP/TFTP protocol