]> git.sur5r.net Git - u-boot/blobdiff - common/Kconfig
ehci-hcd: fix warnings on 64-bit builds
[u-boot] / common / Kconfig
index 2ca002de27040094182cc3c80110fb4271184299..4cde4b004880d50c7433813cf83c6728880a245f 100644 (file)
@@ -1,5 +1,4 @@
 menu "Command line interface"
-       depends on !SPL_BUILD
 
 config HUSH_PARSER
        bool "Use hush shell"
@@ -134,7 +133,7 @@ config LOOPW
          Infinite write loop on address range
 
 config CMD_MEMTEST
-       bool "crc32"
+       bool "memtest"
        help
          Simple RAM read/write test.
 
@@ -194,6 +193,12 @@ config CMD_FLASH
            erase - FLASH memory
            protect - enable or disable FLASH write protection
 
+config CMD_ARMFLASH
+       depends on FLASH_CFI_DRIVER
+       bool "armflash"
+       help
+         ARM Ltd reference designs flash partition access
+
 config CMD_NAND
        bool "nand"
        help