The latest development version of this page may be more current than this released 2.7.5 version.

CONFIG_SPI_NOR_SFDP_MINIMAL

Fixed flash configuration

Type: bool

Help

Synthesize a minimal configuration assuming 256 By page size and
standard 4 KiBy and 64 KiBy erase instructions.  Requires the size and
jedec-id properties in the devicetree jedec,spi-nor node.

Direct dependencies

<choice SPI_NOR_SFDP: Source for Serial Flash Discoverable Parameters>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At drivers/flash/Kconfig.nor:17

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:62drivers/flash/Kconfig:79

Menu path: (Top) → Device Drivers → Flash hardware support → SPI NOR Flash → Source for Serial Flash Discoverable Parameters

config SPI_NOR_SFDP_MINIMAL
    bool "Fixed flash configuration"
    depends on <choice SPI_NOR_SFDP>
    help
      Synthesize a minimal configuration assuming 256 By page size and
      standard 4 KiBy and 64 KiBy erase instructions.  Requires the size and
      jedec-id properties in the devicetree jedec,spi-nor node.

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