kernel_liteos_a/fs/jffs2/Kconfig

14 lines
317 B
Plaintext
Raw Normal View History

2020-09-08 10:21:39 +08:00
config FS_JFFS
bool "Enable JFFS2"
default y
depends on FS_VFS
help
Answer Y to enable LiteOS support jffs2 filesystem.
2021-03-11 18:43:57 +08:00
config FS_JFFS2_SUMMARY
bool "Enable JFFS2 SUMMARY"
default n
depends on FS_JFFS
help
Answer Y to enable LiteOS jffs2 filesystem support Summary Patch.