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