2012-04-06 18:33:17 +02:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
2015-06-28 16:14:53 +02:00
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
2012-04-06 18:33:17 +02:00
|
|
|
#
|
2012-04-13 04:14:09 +02:00
|
|
|
|
|
|
|
config EXAMPLES_ROMFS
|
|
|
|
bool "ROMFS example"
|
|
|
|
default n
|
2015-06-07 18:24:46 +02:00
|
|
|
depends on FS_ROMFS && BUILD_FLAT
|
2012-04-13 04:14:09 +02:00
|
|
|
---help---
|
|
|
|
Enable the ROMFS example
|
|
|
|
|
|
|
|
if EXAMPLES_ROMFS
|
|
|
|
endif
|