]> git.sur5r.net Git - u-boot/blobdiff - cmd/Kconfig
cmd: Add Kconfig option for CMD_MTDPARTS and related options
[u-boot] / cmd / Kconfig
index 4b152f8222aa2228be42f0a97937ebb95cd5e557..7404ae5c7736452d9f3db8e3f20eac49ff633f05 100644 (file)
@@ -801,6 +801,26 @@ config CMD_FS_GENERIC
        help
          Enables filesystem commands (e.g. load, ls) that work for multiple
          fs types.
+
+config CMD_MTDPARTS
+       depends on ARCH_SUNXI
+       bool "MTD partition support"
+       help
+         MTD partition support
+
+config MTDIDS_DEFAULT
+       string "Default MTD IDs"
+       depends on CMD_MTDPARTS
+       help
+         Defines a default MTD ID
+
+config MTDPARTS_DEFAULT
+       string "Default MTD partition scheme"
+       depends on CMD_MTDPARTS
+       help
+         Defines a default MTD partitioning scheme in the Linux MTD command
+         line partitions format
+
 endmenu
 
 config CMD_UBI