:orphan: .. title:: SOC_FLASH_NIOS2_QSPI_DEV_NAME .. option:: 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 =================== (\ :option:`SOC_FLASH_NIOS2_QSPI ` && \ :option:`FLASH ` && \ :option:`BOARD_ALTERA_MAX10 `) || (\ :option:`SOC_FLASH_NIOS2_QSPI ` && \ :option:`FLASH `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - "NIOS2_QSPI_FLASH" - "NIOS2_QSPI_FLASH" Kconfig definitions =================== .. highlight:: kconfig At ``boards/nios2/altera_max10/Kconfig.defconfig:15`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config SOC_FLASH_NIOS2_QSPI_DEV_NAME string default "NIOS2_QSPI_FLASH" depends on \ :option:`SOC_FLASH_NIOS2_QSPI ` && \ :option:`FLASH ` && \ :option:`BOARD_ALTERA_MAX10 ` ---- At ``drivers/flash/Kconfig.nios2_qspi:10`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:60`` → ``drivers/flash/Kconfig:69`` Menu path: (Top) → Device Drivers → Flash hardware support → Nios-II QSPI flash driver .. parsed-literal:: config SOC_FLASH_NIOS2_QSPI_DEV_NAME string "Nios-II QSPI flash device name" default "NIOS2_QSPI_FLASH" depends on \ :option:`SOC_FLASH_NIOS2_QSPI ` && \ :option:`FLASH ` help Specify the device name for the QSPI flash driver. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*