incubator-nuttx/fs/romfs/Kconfig

15 lines
284 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_ROMFS
bool "ROMFS file system"
default n
depends on !DISABLE_MOUNTPOINT
---help---
Enable ROMFS filesystem support
if FS_ROMFS
endif