2015-11-23 06:59:56 -06: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-20 17:10:55 -06:00
|
|
|
source "$APPSDIR/fsutils/inifile/Kconfig"
|
2015-11-23 06:59:56 -06:00
|
|
|
source "$APPSDIR/fsutils/mksmartfs/Kconfig"
|
2016-01-19 19:19:04 -06:00
|
|
|
source "$APPSDIR/fsutils/passwd/Kconfig"
|
2015-11-23 06:59:56 -06:00
|
|
|
|
|
|
|
endmenu # FS Utilities
|