nuttx/fs/littlefs/Kconfig
Xiang Xiao 68951e8d72 Remove exra whitespace from files (#189)
* Remove multiple newlines at the end of files
* Remove the whitespace from the end of lines
2020-01-31 09:24:49 -06:00

9 lines
214 B
Plaintext

config FS_LITTLEFS
bool "LITTLEFS File System"
default n
select FS_READABLE
select FS_WRITABLE
depends on !DISABLE_MOUNTPOINT
---help---
Build the LITTLEFS file system. https://github.com/ARMmbed/littlefs.