CONFIG_SOC_FLASH_NIOS2_QSPI¶
Nios-II QSPI flash driver
Type: bool
Help¶
Enables the Nios-II QSPI flash driver.
Direct dependencies¶
(FLASH && BOARD_ALTERA_MAX10) || (HAS_ALTERA_HAL && FLASH)
(Includes any dependencies from ifs and menus.)
Default¶
- y 
Symbols selected by this symbol¶
Kconfig definitions¶
At <Zephyr Boards>/nios2/altera_max10/Kconfig.defconfig:10
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config SOC_FLASH_NIOS2_QSPI
    bool
    default y
    depends on FLASH && BOARD_ALTERA_MAX10
At <Zephyr Driver>/flash/Kconfig.nios2_qspi:3
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:62 → <Zephyr Driver>/flash/Kconfig:75
Menu path: (Top) → Device Drivers → Flash hardware support
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.)