]> Git Repo - u-boot.git/blobdiff - common/spl/Kconfig
fs/squashfs: new filesystem
[u-boot.git] / common / spl / Kconfig
index 10605f1bab75a846de45cd6d5a3c807f85d26750..af8255a8d6ab5cc93d10d62f08115c71530715db 100644 (file)
@@ -577,6 +577,15 @@ config SPL_FS_EXT4
          filesystem from within SPL. Support for the underlying block
          device (e.g. MMC or USB) must be enabled separately.
 
+config SPL_FS_SQUASHFS
+       bool "Support SquashFS filesystems"
+       select FS_SQUASHFS
+       help
+         Enable support for SquashFS filesystems with SPL. This permits
+         U-Boot (or Linux in Falcon mode) to be loaded from a SquashFS
+         filesystem from within SPL. Support for the underlying block
+         device (e.g. MMC or USB) must be enabled separately.
+
 config SPL_FS_FAT
        bool "Support FAT filesystems"
        select FS_FAT
This page took 0.025906 seconds and 4 git commands to generate.