:orphan: .. title:: NORDIC_QSPI_NOR .. option:: CONFIG_NORDIC_QSPI_NOR *QSPI NOR Flash* Type: ``bool`` Help ==== .. code-block:: none Enable support for nrfx QSPI driver with EasyDMA. Direct dependencies =================== (\ :option:`BOARD_BL5340_DVK_CPUAPP ` && (\ :option:`BOARD_BL5340_DVK_CPUAPP ` || \ :option:`BOARD_BL5340_DVK_CPUAPPNS `)) || (\ :option:`HAS_HW_NRF_QSPI ` && \ :option:`FLASH `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :option:`FLASH_HAS_DRIVER_ENABLED ` - \ :option:`NRFX_QSPI ` - \ :option:`FLASH_JESD216 ` Kconfig definitions =================== At ``/arm/bl5340_dvk/Kconfig.defconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. code-block:: kconfig config NORDIC_QSPI_NOR bool default y depends on BOARD_BL5340_DVK_CPUAPP && (BOARD_BL5340_DVK_CPUAPP || BOARD_BL5340_DVK_CPUAPPNS) ---- At ``/flash/Kconfig.nordic_qspi_nor:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:60`` → ``/flash/Kconfig:89`` Menu path: (Top) → Device Drivers → Flash hardware support .. code-block:: kconfig menuconfig NORDIC_QSPI_NOR bool "QSPI NOR Flash" select FLASH_HAS_DRIVER_ENABLED select NRFX_QSPI select FLASH_JESD216 depends on HAS_HW_NRF_QSPI && FLASH help Enable support for nrfx QSPI driver with EasyDMA. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*