summaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorYegor Yefremov <yegorslists@googlemail.com>2016-03-01 12:10:04 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2016-03-02 19:51:48 +0100
commit9eeaa7cce84b9fb4674d5e99fbc0c68cdff8c25a (patch)
treec5cd7a0914ed710db656e616a41624dad900bcd7 /fs/Kconfig
parent237abe7bb8c5083a1f23c5bd346c41483f15ed0d (diff)
downloadbarebox-9eeaa7cce84b9fb4674d5e99fbc0c68cdff8c25a.tar.gz
barebox-9eeaa7cce84b9fb4674d5e99fbc0c68cdff8c25a.tar.xz
fs: add support for SquashFS 4.0
The driver was imported from Linux 4.4. Current implementation supports only XZ decompressor. Signed-off-by: Yegor Yefremov <yegorslists@googlemail.com> Tested-by: Antony Pavlov <antonynpavlov@gmail.com> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 56fe41a284..c7c42acd76 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -90,6 +90,7 @@ config FS_SMHFS
Barebox
source fs/pstore/Kconfig
+source fs/squashfs/Kconfig
config FS_RATP
bool