:orphan: .. title:: CONFIG_SOC_FLASH_NIOS2_QSPI .. kconfig:: CONFIG_SOC_FLASH_NIOS2_QSPI CONFIG_SOC_FLASH_NIOS2_QSPI ########################### *Nios-II QSPI flash driver* Type: ``bool`` Help ==== .. code-block:: none Enables the Nios-II QSPI flash driver. Direct dependencies =================== (\ :kconfig:`FLASH ` && \ :kconfig:`BOARD_ALTERA_MAX10 `) || (\ :kconfig:`HAS_ALTERA_HAL ` && \ :kconfig:`FLASH `) *(Includes any dependencies from ifs and menus.)* Default ======= - y Symbols selected by this symbol =============================== - \ :kconfig:`FLASH_HAS_DRIVER_ENABLED ` Kconfig definitions =================== At ``/nios2/altera_max10/Kconfig.defconfig:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config SOC_FLASH_NIOS2_QSPI bool default y depends on FLASH && BOARD_ALTERA_MAX10 ---- At ``/flash/Kconfig.nios2_qspi:3`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` → ``/flash/Kconfig:75`` Menu path: (Top) → Device Drivers → Flash hardware support .. code-block:: kconfig config SOC_FLASH_NIOS2_QSPI bool "Nios-II QSPI flash driver" select FLASH_HAS_DRIVER_ENABLED depends on HAS_ALTERA_HAL && FLASH help Enables the Nios-II QSPI flash driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*