Add missing options to NSH Library Kconfig. From Freddie Chopin

This commit is contained in:
Gregory Nutt 2015-03-02 06:16:38 -06:00
parent 0ff0aa6d21
commit edf876ed1a

View File

@ -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