summaryrefslogtreecommitdiff
path: root/apps/nshlib/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'apps/nshlib/Kconfig')
-rw-r--r--apps/nshlib/Kconfig9
1 files changed, 9 insertions, 0 deletions
diff --git a/apps/nshlib/Kconfig b/apps/nshlib/Kconfig
index 429953fcc..ca1a029e8 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