]> 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 8ce6d6255962e1195a579c29eab88d76658106b5..ac288b42812edaa31de815e7ac17844c975239fe 100644 (file)
@@ -224,6 +224,7 @@ config CMD_SAVEENV
 
 config CMD_ENV_EXISTS
        bool "env exists"
+       default y
        help
          Check if a variable is defined in the environment for use in
          shell scripting.
@@ -358,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
@@ -404,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.
@@ -418,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