-
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 subsys/testsuite/Kconfig:99
Included via Kconfig:10
→ Kconfig.zephyr:39
→ subsys/Kconfig:38
Menu path: (top menu) → Testing
config TEST_FLASH_DRIVERS bool prompt "Test flash drivers" ifBOARD_QEMU_X86
selectFLASH_HAS_DRIVER_ENABLED
ifBOARD_QEMU_X86
selectFLASH_HAS_PAGE_LAYOUT
ifBOARD_QEMU_X86
depends onBOARD_QEMU_X86
help This option will help test the flash drivers. This should be enabled only when using qemu_x86.
(Definitions include propagated dependencies, including from if’s and menus.)