Default value for LOSMART support should be disabled if MTD_SMART is not selected
This commit is contained in:
parent
cee429beac
commit
997ba578e4
@ -264,8 +264,8 @@ config NSH_DISABLE_LOSETUP
|
|||||||
|
|
||||||
config NSH_DISABLE_LOSMART
|
config NSH_DISABLE_LOSMART
|
||||||
bool "Disable losmart"
|
bool "Disable losmart"
|
||||||
default y if DEFAULT_SMALL
|
default y if DEFAULT_SMALL || !MTD_SMART
|
||||||
default n if !DEFAULT_SMALL
|
default n if !DEFAULT_SMALL && MTD_SMART
|
||||||
|
|
||||||
config NSH_DISABLE_LS
|
config NSH_DISABLE_LS
|
||||||
bool "Disable ls"
|
bool "Disable ls"
|
||||||
|
Loading…
Reference in New Issue
Block a user