-
CONFIG_SPI_NOR
¶
SPI NOR Flash
Type: bool
Direct dependencies¶
(FLASH
&& (BOARD_ARTY_A7_ARM_DESIGNSTART_M1
|| BOARD_ARTY_A7_ARM_DESIGNSTART_M3
)) || (FLASH
&& BOARD_FRDM_K82F
) || (FLASH
&& BOARD_INTEL_S1000_CRB
) || (SPI
&& FLASH
)
(Includes any dependencies from ifs and menus.)
Defaults¶
y if
SPI_XLNX_AXI_QUADSPI
y
y
Symbols selected by this symbol¶
Kconfig definitions¶
At <Zephyr>/boards/arm/arty/Kconfig.defconfig:50
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:24
Menu path: (Top)
config SPI_NOR bool default y ifSPI_XLNX_AXI_QUADSPI
depends onFLASH
&& (BOARD_ARTY_A7_ARM_DESIGNSTART_M1
||BOARD_ARTY_A7_ARM_DESIGNSTART_M3
)
At <Zephyr>/boards/arm/frdm_k82f/Kconfig.defconfig:28
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:24
Menu path: (Top)
config SPI_NOR bool default y depends onFLASH
&&BOARD_FRDM_K82F
At <Zephyr>/boards/xtensa/intel_s1000_crb/Kconfig.defconfig:140
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:24
Menu path: (Top)
config SPI_NOR bool default y depends onFLASH
&&BOARD_INTEL_S1000_CRB
At <Zephyr>/drivers/flash/Kconfig.nor:4
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:60
→ <Zephyr>/drivers/flash/Kconfig:71
Menu path: (Top) → Device Drivers → Flash hardware support
menuconfig SPI_NOR bool "SPI NOR Flash" selectFLASH_HAS_DRIVER_ENABLED
selectFLASH_HAS_PAGE_LAYOUT
selectFLASH_JESD216
depends onSPI
&&FLASH
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)