Kconfig 292 B

1234567891011121314
  1. #
  2. # For a description of the syntax of this configuration file,
  3. # see the file kconfig-language.txt in the NuttX tools repository.
  4. #
  5. config EXAMPLES_ROMFS
  6. tristate "ROMFS example"
  7. default n
  8. depends on FS_ROMFS && BUILD_FLAT
  9. ---help---
  10. Enable the ROMFS example
  11. if EXAMPLES_ROMFS
  12. endif