mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-01 20:29:00 +00:00
mtd/nvs: modify config name to MTD_CONFIG_NVS part1
Because the MTD_CONFIG configuration item in drivers/mtd/Kconfig has changed Signed-off-by: zhaoxingyu1 <zhaoxingyu1@xiaomi.com>
This commit is contained in:
parent
2908f10154
commit
102c078834
2 changed files with 2 additions and 2 deletions
|
|
@ -6,7 +6,7 @@
|
|||
config SYSTEM_CFGDATA
|
||||
tristate "Cfgdata Command"
|
||||
default n
|
||||
depends on MTD_CONFIG
|
||||
depends on !MTD_CONFIG_NONE
|
||||
---help---
|
||||
Enable support for the CFGDATA tool.
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
config TESTING_MTD_CONFIG_FAIL_SAFE
|
||||
tristate "MTD Config fail-safe storage test"
|
||||
default n
|
||||
depends on MTD_CONFIG_FAIL_SAFE
|
||||
depends on MTD_CONFIG_NVS
|
||||
select MTD_CONFIG_NAMED
|
||||
---help---
|
||||
Enable the fail-safe storage test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue