summaryrefslogtreecommitdiff
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorHuang Jianan <jnhuang95@gmail.com>2022-02-26 15:05:47 +0800
committerTom Rini <trini@konsulko.com>2022-03-15 16:19:29 -0400
commit830613f8f5bba4456b600502f796b8ef1967b0c9 (patch)
treefddd9252b96b1ef57f9d1cda75f7e2224793c061 /fs/Kconfig
parent17af72eb16a36c5d9c0348baab93615fcf0512d3 (diff)
fs/erofs: add erofs filesystem support
This patch mainly deals with uncompressed files. Signed-off-by: Huang Jianan <jnhuang95@gmail.com>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index 620af7f0447..cda9f66cc93 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -24,4 +24,6 @@ source "fs/yaffs2/Kconfig"
source "fs/squashfs/Kconfig"
+source "fs/erofs/Kconfig"
+
endmenu