summaryrefslogtreecommitdiff
path: root/apps/nshlib/Kconfig
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2013-04-30 18:03:04 -0600
committerGregory Nutt <gnutt@nuttx.org>2013-04-30 18:03:04 -0600
commitdb3072bd6f1ace9bd459ca802d8cd226e901de72 (patch)
treea3fd1a146a3a18dfc7e6ea84393fd50994fc463d /apps/nshlib/Kconfig
parent82b5ec73c0007df5cf0a5a04d54ea159e76b2951 (diff)
downloadnuttx-db3072bd6f1ace9bd459ca802d8cd226e901de72.tar.gz
nuttx-db3072bd6f1ace9bd459ca802d8cd226e901de72.tar.bz2
nuttx-db3072bd6f1ace9bd459ca802d8cd226e901de72.zip
Add -h option to NSH git command; And NSH mksmartfs command. From Ken Petit
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