-
CONFIG_SPI_FLASH_W25QXXDV_DEVICE_ID
¶
Device ID in hex
Type: hex
Help¶
This is the device ID of the flash chip to use, which is 0x00ef4015 for the W25QXXDV
Default¶
0x00ef4015
Kconfig definition¶
At drivers/flash/Kconfig.w25qxxdv:42
Included via Kconfig:8
→ Kconfig.zephyr:40
→ drivers/Kconfig:54
→ drivers/flash/Kconfig:61
Menu path: (Top) → Device Drivers → Flash hardware support → SPI NOR Flash Winbond W25QXXDV
config SPI_FLASH_W25QXXDV_DEVICE_ID hex "Device ID in hex" default 0x00ef4015 depends onSPI_FLASH_W25QXXDV
&&FLASH
help This is the device ID of the flash chip to use, which is 0x00ef4015 for the W25QXXDV
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)