From 0ff8ee62f4eeef1dc506620dc49227c655547195 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 2 Mar 2015 06:16:38 -0600 Subject: Add missing options to NSH Library Kconfig. From Freddie Chopin --- apps/nshlib/Kconfig | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'apps/nshlib/Kconfig') 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 -- cgit v1.2.3