blob: 25a9f5a556ecc4ef4e5fa9d63ced79a82f2a5ebb [file] [log] [blame]
#
# 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
depends on !DISABLE_MOUNTPOINT
select LIBC_LZF
---help---
Enable Compessed Read-Only Filesystem (CROMFS) support
if FS_CROMFS
endif