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

Read flash parameters at runtime

Type: bool

Help

Read all flash device characteristics from the device at runtime. This option is the most flexible as it should provide functionality for all supported JESD216-compatible devices.

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:31

Included via Kconfig:8Kconfig.zephyr:32drivers/Kconfig:60drivers/flash/Kconfig:73

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

config SPI_NOR_SFDP_RUNTIME
    bool "Read flash parameters at runtime"
    depends on <choice SPI_NOR_SFDP: Source for Serial Flash Discoverable Parameters>
    help
      Read all flash device characteristics from the device at runtime.
      This option is the most flexible as it should provide functionality
      for all supported JESD216-compatible devices.

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