-
CONFIG_SOC_FLASH_QMSI_DEV_NAME
¶
QMSI flash device name
Type: string
Help¶
Specify the device name for the flash driver.
Defaults¶
- “QUARK_FLASH” if
SOC_FLASH_QMSI
&&FLASH
Kconfig definition¶
At drivers/flash/Kconfig.qmsi:16
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:60
→ drivers/flash/Kconfig:58
Menu path: (top menu) → Device Drivers → Flash hardware support → QMSI flash driver
config SOC_FLASH_QMSI_DEV_NAME string prompt "QMSI flash device name" ifSOC_FLASH_QMSI
&&FLASH
default "QUARK_FLASH" ifSOC_FLASH_QMSI
&&FLASH
depends onSOC_FLASH_QMSI
&&FLASH
help Specify the device name for the flash driver.
(Definitions include propagated dependencies, including from if’s and menus.)