Kconfig 337 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_USERFS
  6. bool "User file system"
  7. default n
  8. depends on NET_IPv4 && NET_UDP && NET_LOOPBACK
  9. ---help---
  10. Enable support for user file system. See include/nuttx/fs/userfs.h
  11. if FS_USERFS
  12. endif