From 102c0788341f1c73d298a3acab9a81dc03a63b22 Mon Sep 17 00:00:00 2001 From: zhaoxingyu1 Date: Wed, 4 Jun 2025 14:53:31 +0800 Subject: [PATCH] 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 --- system/cfgdata/Kconfig | 2 +- testing/fs/mtd_config_fs/Kconfig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/system/cfgdata/Kconfig b/system/cfgdata/Kconfig index 23eb9ebce..64f51d40e 100644 --- a/system/cfgdata/Kconfig +++ b/system/cfgdata/Kconfig @@ -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. diff --git a/testing/fs/mtd_config_fs/Kconfig b/testing/fs/mtd_config_fs/Kconfig index 02f8b752a..d2c9c2e8c 100644 --- a/testing/fs/mtd_config_fs/Kconfig +++ b/testing/fs/mtd_config_fs/Kconfig @@ -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