nuttx-apps/examples/romfs/Kconfig
wangmingrong cc1c4a3722 examples/romfs: Compilation error after enabling options
Enable CONFIG_PROFIG_EXAMPLES_ROMFS compilation error

Signed-off-by: wangmingrong <wangmingrong@xiaomi.com>
2024-10-08 14:04:39 +08:00

14 lines
312 B
Text

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config EXAMPLES_ROMFS
tristate "ROMFS example"
default n
depends on FS_ROMFS && BUILD_FLAT && BOARDCTL_ROMDISK
---help---
Enable the ROMFS example
if EXAMPLES_ROMFS
endif