:orphan: .. title:: CONFIG_SOC_FLASH_NIOS2_QSPI_DEV_NAME .. kconfig:: CONFIG_SOC_FLASH_NIOS2_QSPI_DEV_NAME CONFIG_SOC_FLASH_NIOS2_QSPI_DEV_NAME #################################### *Nios-II QSPI flash device name* Type: ``string`` Help ==== .. code-block:: none Specify the device name for the QSPI flash driver. Direct dependencies =================== (\ :kconfig:`SOC_FLASH_NIOS2_QSPI ` && \ :kconfig:`FLASH ` && \ :kconfig:`BOARD_ALTERA_MAX10 `) || (\ :kconfig:`SOC_FLASH_NIOS2_QSPI ` && \ :kconfig:`FLASH `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - "NIOS2_QSPI_FLASH" - "NIOS2_QSPI_FLASH" Kconfig definitions =================== At ``/nios2/altera_max10/Kconfig.defconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:22`` Menu path: (Top) .. code-block:: kconfig config SOC_FLASH_NIOS2_QSPI_DEV_NAME string default "NIOS2_QSPI_FLASH" depends on SOC_FLASH_NIOS2_QSPI && FLASH && BOARD_ALTERA_MAX10 ---- At ``/flash/Kconfig.nios2_qspi:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` → ``/flash/Kconfig:75`` Menu path: (Top) → Device Drivers → Flash hardware support → Nios-II QSPI flash driver .. code-block:: kconfig 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.)*