The latest development version of this page may be more current than this released 2.7.5 version.

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 boards/nios2/altera_max10/Kconfig.defconfig:10

Included via Kconfig:8Kconfig.zephyr:22

Menu path: (Top)

config SOC_FLASH_NIOS2_QSPI
    bool
    default y
    depends on FLASH && BOARD_ALTERA_MAX10

At drivers/flash/Kconfig.nios2_qspi:3

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:62drivers/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.)