:orphan: .. title:: SPI_NOR_SFDP_DEVICETREE .. option:: CONFIG_SPI_NOR_SFDP_DEVICETREE *Basic Flash Parameters from devicetree node* Type: ``bool`` 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. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``drivers/flash/Kconfig.nor:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:60`` → ``drivers/flash/Kconfig:73`` Menu path: (Top) → Device Drivers → Flash hardware support → SPI NOR Flash → Source for Serial Flash Discoverable Parameters .. parsed-literal:: config SPI_NOR_SFDP_DEVICETREE bool "Basic Flash Parameters from devicetree node" depends on \ :ref:` ` 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.)*