nuttx-apps/examples/romfs/Kconfig

15 lines
246 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see misc/tools/kconfig-language.txt.
#
config EXAMPLES_ROMFS
bool "ROMFS example"
default n
depends on FS_ROMFS
---help---
Enable the ROMFS example
if EXAMPLES_ROMFS
endif