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

CONFIG_FLASH_JESD216_API

Provide API to read JESD216 flash parameters

Type: bool

Help

This option extends the Zephyr flash API with the ability
to access the Serial Flash Discoverable Parameter section
allowing runtime determination of serial flash parameters
for flash drivers that expose this capability.

Direct dependencies

FLASH_JESD216

(Includes any dependencies from ifs and menus.)

Defaults

No defaults. Implicitly defaults to n.

Kconfig definition

At drivers/flash/Kconfig:26

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

Menu path: (Top) → Device Drivers

config FLASH_JESD216_API
    bool "Provide API to read JESD216 flash parameters"
    depends on FLASH_JESD216
    help
      This option extends the Zephyr flash API with the ability
      to access the Serial Flash Discoverable Parameter section
      allowing runtime determination of serial flash parameters
      for flash drivers that expose this capability.

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