:orphan: .. title:: CONFIG_SPI_NOR_SFDP_DEVICETREE .. kconfig:: CONFIG_SPI_NOR_SFDP_DEVICETREE CONFIG_SPI_NOR_SFDP_DEVICETREE ############################## *Basic Flash Parameters from devicetree node* Type: ``bool`` Help ==== .. code-block:: none The JESD216 Basic Flash Parameters table must be provided in the sfdp-bfp property in devicetree. The size and jedec-id properties are also required. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/flash/Kconfig.nor:24`` 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_DEVICETREE bool "Basic Flash Parameters from devicetree node" depends on help The JESD216 Basic Flash Parameters table must be provided in the sfdp-bfp property in devicetree. The size and jedec-id properties are also required. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*