]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - cmd/Kconfig
Convert CONFIG_CMD_JFFS2 to Kconfig
[people/ms/u-boot.git] / cmd / Kconfig
index c1e271d329f9e4d5cc5086c6dec1e79defd34df5..e4cb6c92b0cc6b1e56c7cd0e3f96d690ffd462ab 100644 (file)
@@ -1145,6 +1145,14 @@ config CMD_FS_UUID
        help
          Enables fsuuid command for filesystem UUID.
 
+config CMD_JFFS2
+       bool "jffs2 command"
+       help
+         Enables commands to support the JFFS2 (Journalling Flash File System
+         version 2) filesystem. This enables fsload, ls and fsinfo which
+         provide the ability to load files, list directories and obtain
+         filesystem information.
+
 config CMD_MTDPARTS
        depends on ARCH_SUNXI
        bool "MTD partition support"