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) || (FLASH && HAS_ALTERA_HAL)

(Includes any dependencies from if’s and menus.)

Defaults

Symbols selected by this symbol

Kconfig definitions

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

Included via Kconfig:10Kconfig.zephyr:19

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:61

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:62

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

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

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