mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-04 22:00:25 +00:00
Default value for LOSMART support should be disabled if MTD_SMART is not selected
This commit is contained in:
parent
cee429beac
commit
997ba578e4
1 changed files with 2 additions and 2 deletions
|
|
@ -264,8 +264,8 @@ config NSH_DISABLE_LOSETUP
|
|||
|
||||
config NSH_DISABLE_LOSMART
|
||||
bool "Disable losmart"
|
||||
default y if DEFAULT_SMALL
|
||||
default n if !DEFAULT_SMALL
|
||||
default y if DEFAULT_SMALL || !MTD_SMART
|
||||
default n if !DEFAULT_SMALL && MTD_SMART
|
||||
|
||||
config NSH_DISABLE_LS
|
||||
bool "Disable ls"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue