Kconfig 284 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 FS_ROMFS
  6. bool "ROMFS file system"
  7. default n
  8. depends on !DISABLE_MOUNTPOINT
  9. ---help---
  10. Enable ROMFS filesystem support
  11. if FS_ROMFS
  12. endif