-
CONFIG_TEST_FLASH_DRIVERS
¶
Test flash drivers
Type: bool
Help¶
This option will help test the flash drivers. This should be enabled only when using qemu_x86.
Defaults¶
No defaults. Implicitly defaults to n
.
Symbols selected by this symbol¶
Kconfig definition¶
At <Zephyr>/subsys/testsuite/Kconfig:123
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:34
→ <Zephyr>/subsys/Kconfig:52
Menu path: (Top) → Sub Systems and OS Services → Testing
config TEST_FLASH_DRIVERS bool "Test flash drivers" selectFLASH_HAS_DRIVER_ENABLED
selectFLASH_HAS_PAGE_LAYOUT
depends onBOARD_QEMU_X86
help This option will help test the flash drivers. This should be enabled only when using qemu_x86.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)