:orphan: .. title:: CONFIG_TEST_FLASH_DRIVERS .. kconfig:: CONFIG_TEST_FLASH_DRIVERS CONFIG_TEST_FLASH_DRIVERS ######################### *Test flash drivers* Type: ``bool`` Help ==== .. code-block:: none This option will help test the flash drivers. This should be enabled only when using qemu_x86. Direct dependencies =================== \ :kconfig:`BOARD_QEMU_X86 ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols selected by this symbol =============================== - \ :kconfig:`FLASH_HAS_DRIVER_ENABLED ` - \ :kconfig:`FLASH_HAS_PAGE_LAYOUT ` Kconfig definition ================== At ``/testsuite/Kconfig:123`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:44`` → ``/Kconfig:61`` Menu path: (Top) → Sub Systems and OS Services → Testing .. code-block:: kconfig config TEST_FLASH_DRIVERS bool "Test flash drivers" select FLASH_HAS_DRIVER_ENABLED select FLASH_HAS_PAGE_LAYOUT depends on 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.)*