summaryrefslogtreecommitdiffstats
path: root/apps/nshlib
diff options
context:
space:
mode:
authorGregory Nutt <gnutt@nuttx.org>2015-03-02 06:16:38 -0600
committerGregory Nutt <gnutt@nuttx.org>2015-03-02 06:16:38 -0600
commit0ff8ee62f4eeef1dc506620dc49227c655547195 (patch)
treea5ed939f615292d2fc70b4010ce7170fe10a3d34 /apps/nshlib
parentbfd5cedbe4c4972b633d1d265aa95d4523f6a0ac (diff)
Add missing options to NSH Library Kconfig. From Freddie Chopin
Diffstat (limited to 'apps/nshlib')
-rw-r--r--apps/nshlib/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/nshlib/Kconfig b/apps/nshlib/Kconfig
index 429953fcc6..ca1a029e8f 100644
--- a/apps/nshlib/Kconfig
+++ b/apps/nshlib/Kconfig
@@ -176,6 +176,11 @@ config NSH_DISABLE_CMP
default y if DEFAULT_SMALL
default n if !DEFAULT_SMALL
+config NSH_DISABLE_DATE
+ bool "Disable date"
+ default n
+ depends on RTC
+
config NSH_DISABLE_DD
bool "Disable dd"
default y if DEFAULT_SMALL
@@ -278,6 +283,10 @@ config NSH_DISABLE_MOUNT
bool "Disable mount"
default n
+config NSH_DISABLE_MV
+ bool "Disable mv"
+ default n
+
config NSH_DISABLE_MW
bool "Disable mw"
default n