mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
Add missing options to NSH Library Kconfig. From Freddie Chopin
This commit is contained in:
parent
0ff0aa6d21
commit
edf876ed1a
1 changed files with 9 additions and 0 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue