]> git.sur5r.net Git - u-boot/blobdiff - cmd/Kconfig
fs: Convert CONFIG_CMD_CRAMFS to Kconfig
[u-boot] / cmd / Kconfig
index 9eb6a353cb10969b8a9f549e4bbd6af228d974ab..4145fcf056ca456ae0ac686519c4fac1311b8efc 100644 (file)
@@ -899,6 +899,16 @@ config CMD_CBFS
          U-Boot to actually boot the Operating System. Available commands are
          cbfsinit, cbfsinfo, cbfsls and cbfsload.
 
+config CMD_CRAMFS
+       bool "Enable the 'cramfs' command"
+       help
+         This provides commands for dealing with CRAMFS (Compressed ROM
+         filesystem). CRAMFS is useful when space is tight since files are
+         compressed. Two commands are provided:
+
+            cramfsls   - lists files in a cramfs image
+            cramfsload - loads a file from a cramfs image
+
 config CMD_EXT2
        bool "ext2 command support"
        help