The latest development version of this page may be more current than this released 1.14.0 version.
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

BOARD_QEMU_X86

(Includes any dependencies from if’s and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At subsys/testsuite/Kconfig:99

Included via Kconfig:10Kconfig.zephyr:39subsys/Kconfig:38

Menu path: (top menu) → Testing

config TEST_FLASH_DRIVERS
    bool
    prompt "Test flash drivers" if BOARD_QEMU_X86
    select FLASH_HAS_DRIVER_ENABLED if BOARD_QEMU_X86
    select FLASH_HAS_PAGE_LAYOUT if BOARD_QEMU_X86
    depends on BOARD_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.)