2018-03-19 14:08:40 +01:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
config FS_CROMFS
|
|
|
|
bool "CROMFS file system"
|
|
|
|
default n
|
2018-03-21 03:04:29 +01:00
|
|
|
depends on !DISABLE_MOUNTPOINT
|
2018-03-24 18:30:35 +01:00
|
|
|
select LIBC_LZF
|
2018-03-19 14:08:40 +01:00
|
|
|
---help---
|
|
|
|
Enable Compessed Read-Only Filesystem (CROMFS) support
|
|
|
|
|
|
|
|
if FS_CROMFS
|
|
|
|
endif
|