incubator-nuttx/fs/userfs/Kconfig

15 lines
337 B
Plaintext

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config FS_USERFS
bool "User file system"
default n
depends on NET_IPv4 && NET_UDP && NET_LOOPBACK
---help---
Enable support for user file system. See include/nuttx/fs/userfs.h
if FS_USERFS
endif