common/armflash: Support for ARM flash images
[platform/kernel/u-boot.git] / common / Kconfig
index e662774..4cde4b0 100644 (file)
@@ -193,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