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 <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:24

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>/drivers/flash/Kconfig.nios2_qspi:10

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:60<Zephyr>/drivers/flash/Kconfig:67

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.)