nuttx-apps/testing/fs/mtd_config_fs/Kconfig
zhaoxingyu1 eda1309745 mtdconfig: modify config names for mtdconfig testcases 2
change nvs module testcase name TESTING_MTD_CONFIG_FAIL_SAFE
to TESTING_MTD_CONFIG_NVS and modify the configuration names
related to mtdconfig testing.

Signed-off-by: zhaoxingyu1 <zhaoxingyu1@xiaomi.com>
2026-02-02 11:01:19 +08:00

51 lines
1.1 KiB
Text

#
# For a description of the syntax of this configuration file,
# see the file kconfig-language.txt in the NuttX tools repository.
#
config TESTING_MTD_CONFIG_NVS
tristate "MTD Config fail-safe storage test"
default n
depends on MTD_CONFIG_NVS
select MTD_CONFIG_NAMED
---help---
Enable the fail-safe storage test
if TESTING_MTD_CONFIG_NVS
config TESTING_MTD_CONFIG_PROGNAME
string "Program name"
default "mtdconfig_fs_test"
---help---
This is the name of the program that will be used when the NSH ELF
program is installed.
config TESTING_MTD_CONFIG_MOUNTPT_NAME
string "MTD driver mount pt"
default "/dev/mtdnvs_flash"
config TESTING_MTD_CONFIG_MOUNTPT_MAXNAME
int "MTD driver mount pt path len"
default 64
config TESTING_MTD_CONFIG_FLASH_SECTION_SIZE
int "MTD flash section size"
default 4096
config TESTING_MTD_CONFIG_FLASH_SECTION_COUNT
int "MTD flash section count"
default 3
config TESTING_MTD_CONFIG_PRIORITY
int "MTD nvs test task priority"
default 100
config TESTING_MTD_CONFIG_STACKSIZE
int "MTD nvs test stack size"
default 4096
config TESTING_MTD_CONFIG_VERBOSE
bool "Verbose output"
default n
endif