aboutsummaryrefslogtreecommitdiff
path: root/cmd/Kconfig
diff options
context:
space:
mode:
authorHuang Jianan2022-02-26 15:05:50 +0800
committerTom Rini2022-03-15 16:19:29 -0400
commit739941e11eef5055e3a20e7b9a235aac1b33faae (patch)
tree61c2c8c09e302a0a755f2a0079b1185b313935e7 /cmd/Kconfig
parent65cb73057b65cdadea5eb3da2a949f3ae105cf82 (diff)
fs/erofs: add filesystem commands
Add 'ls' and 'load' commands. Signed-off-by: Huang Jianan <jnhuang95@gmail.com>
Diffstat (limited to 'cmd/Kconfig')
-rw-r--r--cmd/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/cmd/Kconfig b/cmd/Kconfig
index 1ed63fa06c1..9d0e803716d 100644
--- a/cmd/Kconfig
+++ b/cmd/Kconfig
@@ -2201,6 +2201,12 @@ config CMD_CRAMFS
cramfsls - lists files in a cramfs image
cramfsload - loads a file from a cramfs image
+config CMD_EROFS
+ bool "EROFS command support"
+ select FS_EROFS
+ help
+ Support for the EROFS fs
+
config CMD_EXT2
bool "ext2 command support"
select FS_EXT4