summaryrefslogtreecommitdiff
path: root/apps/nshlib/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/nshlib/Kconfig')
-rw-r--r--apps/nshlib/Kconfig8
1 files changed, 8 insertions, 0 deletions
diff --git a/apps/nshlib/Kconfig b/apps/nshlib/Kconfig
index 92bc83cfd..72041ec76 100644
--- a/apps/nshlib/Kconfig
+++ b/apps/nshlib/Kconfig
@@ -216,10 +216,18 @@ config NSH_DISABLE_XD
endmenu
+menu "Configure Command Options"
+
+config NSH_CMDOPT_DF_H
+ bool "df: Enable [-h] man-readable format"
+ default n
+
config NSH_CODECS_BUFSIZE
int "File buffer size used by CODEC commands"
default 128
+endmenu
+
config NSH_FILEIOSIZE
int "NSH I/O buffer size"
default 1024