]> git.ipfire.org Git - people/ms/u-boot.git/commitdiff
common: Add CMD_SF Kconfig entry
authorJagan Teki <jteki@openedev.com>
Fri, 26 Jun 2015 22:17:53 +0000 (03:47 +0530)
committerJagan Teki <jteki@openedev.com>
Wed, 1 Jul 2015 15:45:04 +0000 (21:15 +0530)
Added Kconfig entry for CMD_SF.

Signed-off-by: Jagan Teki <jteki@openedev.com>
common/Kconfig

index 2976cd78ddd4812ec4ece2e28bb006167b9ef1d4..40cd69ed708503a472933310068af4764ce1a913 100644 (file)
@@ -311,6 +311,11 @@ config CMD_NAND
        help
          NAND support.
 
+config CMD_SF
+       bool "sf"
+       help
+         SPI Flash support
+
 config CMD_SPI
        bool "sspi"
        help