:orphan: .. title:: NORDIC_QSPI_NOR .. option:: CONFIG_NORDIC_QSPI_NOR *QSPI NOR Flash* Type: ``bool`` Help ==== Enable support for nrfx QSPI driver with EasyDMA. Direct dependencies =================== \ :option:`HAS_HW_NRF_QSPI ` && \ :option:`FLASH ` *(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:`NRFX_QSPI ` - \ :option:`FLASH_JESD216 ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/flash/Kconfig.nordic_qspi_nor:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:60`` → ``drivers/flash/Kconfig:87`` Menu path: (Top) → Device Drivers → Flash hardware support .. parsed-literal:: menuconfig NORDIC_QSPI_NOR bool "QSPI NOR Flash" select \ :option:`FLASH_HAS_DRIVER_ENABLED ` select \ :option:`NRFX_QSPI ` select \ :option:`FLASH_JESD216 ` depends on \ :option:`HAS_HW_NRF_QSPI ` && \ :option:`FLASH ` help Enable support for nrfx QSPI driver with EasyDMA. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*