:orphan: .. title:: CONFIG_SPI_NOR_SFDP_RUNTIME .. kconfig:: CONFIG_SPI_NOR_SFDP_RUNTIME CONFIG_SPI_NOR_SFDP_RUNTIME ########################### *Read flash parameters at runtime* Type: ``bool`` Help ==== .. code-block:: none 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 =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/flash/Kconfig.nor:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` → ``/flash/Kconfig:79`` Menu path: (Top) → Device Drivers → Flash hardware support → SPI NOR Flash → Source for Serial Flash Discoverable Parameters .. code-block:: kconfig config SPI_NOR_SFDP_RUNTIME bool "Read flash parameters at runtime" depends on 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.)*