Add missing options to NSH Library Kconfig. From Freddie Chopin
This commit is contained in:
parent
0ff0aa6d21
commit
edf876ed1a
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user