The latest development version of this page may be more current than this released 1.14.1 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 if’s and menus.)

Defaults

Symbols selected by this symbol

Kconfig definitions

At boards/nios2/altera_max10/Kconfig.defconfig:10

Included via Kconfig:10Kconfig.zephyr:21

Menu path: (top menu)

config SOC_FLASH_NIOS2_QSPI
    bool
    default "y" if FLASH && BOARD_ALTERA_MAX10
    depends on FLASH && BOARD_ALTERA_MAX10

At drivers/flash/Kconfig.nios2_qspi:3

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:60drivers/flash/Kconfig:52

Menu path: (top menu) → Device Drivers → Flash hardware support

config SOC_FLASH_NIOS2_QSPI
    bool
    prompt "Nios-II QSPI flash driver" if HAS_ALTERA_HAL && FLASH
    select FLASH_HAS_DRIVER_ENABLED if HAS_ALTERA_HAL && FLASH
    depends on HAS_ALTERA_HAL && FLASH
    help
      Enables the Nios-II QSPI flash driver.

(Definitions include propagated dependencies, including from if’s and menus.)