nuttx/fs/cromfs/Kconfig
2018-03-20 20:04:29 -06:00

16 lines
330 B
Plaintext

#
# 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 FS_READABLE
---help---
Enable Compessed Read-Only Filesystem (CROMFS) support
if FS_CROMFS
endif