30cd61c07d
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4608 42af7a65-404d-4744-a932-0658087f49c3
12 lines
257 B
Plaintext
12 lines
257 B
Plaintext
#
|
|
# For a description of the syntax of this configuration file,
|
|
# see misc/tools/kconfig-language.txt.
|
|
#
|
|
|
|
comment "File system configuration"
|
|
|
|
source fs/fat/Kconfig
|
|
source fs/mmap/Kconfig
|
|
source fs/nfs/Kconfig
|
|
source fs/nxffs/Kconfig
|
|
source fs/romfs/Kconfig |