CONFIG_SOC_FLASH_NIOS2_QSPI_DEV_NAME¶
Nios-II QSPI flash device name
Type: string
Help¶
Specify the device name for the QSPI flash driver.
Direct dependencies¶
(SOC_FLASH_NIOS2_QSPI && FLASH && BOARD_ALTERA_MAX10) || (SOC_FLASH_NIOS2_QSPI && FLASH)
(Includes any dependencies from ifs and menus.)
Defaults¶
- “NIOS2_QSPI_FLASH” 
- “NIOS2_QSPI_FLASH” 
Kconfig definitions¶
At <Zephyr Boards>/nios2/altera_max10/Kconfig.defconfig:15
Included via Kconfig:8 → Kconfig.zephyr:22
Menu path: (Top)
config SOC_FLASH_NIOS2_QSPI_DEV_NAME
    string
    default "NIOS2_QSPI_FLASH"
    depends on SOC_FLASH_NIOS2_QSPI && FLASH && BOARD_ALTERA_MAX10
At <Zephyr Driver>/flash/Kconfig.nios2_qspi:10
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:62 → <Zephyr Driver>/flash/Kconfig:75
Menu path: (Top) → Device Drivers → Flash hardware support → Nios-II QSPI flash driver
config SOC_FLASH_NIOS2_QSPI_DEV_NAME
    string "Nios-II QSPI flash device name"
    default "NIOS2_QSPI_FLASH"
    depends on SOC_FLASH_NIOS2_QSPI && FLASH
    help
      Specify the device name for the QSPI flash driver.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)