Files
openharmony_kernel_liteos_a/fs/jffs2/Kconfig
Caoruihong 7e73c929a2 remove __cplusplus guards in .c files
Change-Id: I052d930d54e63179b17b77f02c107a015f3cfc3f
2021-04-19 18:28:25 +08:00

14 lines
317 B
Plaintext

config FS_JFFS
bool "Enable JFFS2"
default y
depends on FS_VFS
help
Answer Y to enable LiteOS support jffs2 filesystem.
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.