:orphan: .. title:: TEST_FLASH_DRIVERS .. option:: 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. Direct dependencies =================== \ :option:`BOARD_QEMU_X86 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :option:`FLASH_HAS_DRIVER_ENABLED ` - \ :option:`FLASH_HAS_PAGE_LAYOUT ` Kconfig definition ================== .. highlight:: kconfig At ``subsys/testsuite/Kconfig:123`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:34`` → ``subsys/Kconfig:55`` Menu path: (Top) → Sub Systems and OS Services → Testing .. parsed-literal:: config TEST_FLASH_DRIVERS bool "Test flash drivers" select \ :option:`FLASH_HAS_DRIVER_ENABLED ` select \ :option:`FLASH_HAS_PAGE_LAYOUT ` depends on \ :option:`BOARD_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.)*