2015-11-23 13:59:56 +01:00
|
|
|
#
|
|
|
|
# For a description of the syntax of this configuration file,
|
|
|
|
# see the file kconfig-language.txt in the NuttX tools repository.
|
|
|
|
#
|
|
|
|
|
|
|
|
menu "File System Utilities"
|
|
|
|
|
2016-01-21 00:10:55 +01:00
|
|
|
source "$APPSDIR/fsutils/inifile/Kconfig"
|
2015-11-23 13:59:56 +01:00
|
|
|
source "$APPSDIR/fsutils/mksmartfs/Kconfig"
|
2016-01-20 02:19:04 +01:00
|
|
|
source "$APPSDIR/fsutils/passwd/Kconfig"
|
2015-11-23 13:59:56 +01:00
|
|
|
|
|
|
|
endmenu # FS Utilities
|