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

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 if SPI_XLNX_AXI_QUADSPI
    depends on FLASH && (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 on FLASH && 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 on FLASH && 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"
    select FLASH_HAS_DRIVER_ENABLED
    select FLASH_HAS_PAGE_LAYOUT
    select FLASH_JESD216
    depends on SPI && FLASH

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)