:orphan: .. title:: SPI_NOR .. option:: CONFIG_SPI_NOR *SPI NOR Flash* Type: ``bool`` Direct dependencies =================== (\ :option:`FLASH ` && (\ :option:`BOARD_ARTY_A7_ARM_DESIGNSTART_M1 ` || \ :option:`BOARD_ARTY_A7_ARM_DESIGNSTART_M3 `)) || (\ :option:`FLASH ` && \ :option:`BOARD_FRDM_K82F `) || (\ :option:`FLASH ` && \ :option:`BOARD_INTEL_S1000_CRB `) || (\ :option:`SPI ` && \ :option:`FLASH `) *(Includes any dependencies from ifs and menus.)* Defaults ======== - y if \ :option:`SPI_XLNX_AXI_QUADSPI ` - y - y Symbols selected by this symbol =============================== - \ :option:`FLASH_HAS_DRIVER_ENABLED ` - \ :option:`FLASH_HAS_PAGE_LAYOUT ` - \ :option:`FLASH_JESD216 ` Kconfig definitions =================== .. highlight:: kconfig At ``boards/arm/arty/Kconfig.defconfig:50`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config SPI_NOR bool default y if \ :option:`SPI_XLNX_AXI_QUADSPI ` depends on \ :option:`FLASH ` && (\ :option:`BOARD_ARTY_A7_ARM_DESIGNSTART_M1 ` || \ :option:`BOARD_ARTY_A7_ARM_DESIGNSTART_M3 `) ---- At ``boards/arm/frdm_k82f/Kconfig.defconfig:28`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config SPI_NOR bool default y depends on \ :option:`FLASH ` && \ :option:`BOARD_FRDM_K82F ` ---- At ``boards/xtensa/intel_s1000_crb/Kconfig.defconfig:140`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:18`` Menu path: (Top) .. parsed-literal:: config SPI_NOR bool default y depends on \ :option:`FLASH ` && \ :option:`BOARD_INTEL_S1000_CRB ` ---- At ``drivers/flash/Kconfig.nor:4`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:60`` → ``drivers/flash/Kconfig:73`` Menu path: (Top) → Device Drivers → Flash hardware support .. parsed-literal:: menuconfig SPI_NOR bool "SPI NOR Flash" select \ :option:`FLASH_HAS_DRIVER_ENABLED ` select \ :option:`FLASH_HAS_PAGE_LAYOUT ` select \ :option:`FLASH_JESD216 ` depends on \ :option:`SPI ` && \ :option:`FLASH ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*