-
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¶
- “y” if
FLASH
&&BOARD_ALTERA_MAX10
Symbols selected by this symbol¶
Kconfig definitions¶
At boards/nios2/altera_max10/Kconfig.defconfig:10
Included via Kconfig:10
→ Kconfig.zephyr:21
Menu path: (top menu)
config SOC_FLASH_NIOS2_QSPI bool default "y" ifFLASH
&&BOARD_ALTERA_MAX10
depends onFLASH
&&BOARD_ALTERA_MAX10
At drivers/flash/Kconfig.nios2_qspi:3
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:60
→ drivers/flash/Kconfig:52
Menu path: (top menu) → Device Drivers → Flash hardware support
config SOC_FLASH_NIOS2_QSPI bool prompt "Nios-II QSPI flash driver" ifHAS_ALTERA_HAL
&&FLASH
selectFLASH_HAS_DRIVER_ENABLED
ifHAS_ALTERA_HAL
&&FLASH
depends onHAS_ALTERA_HAL
&&FLASH
help Enables the Nios-II QSPI flash driver.
(Definitions include propagated dependencies, including from if’s and menus.)