:orphan: .. title:: CONFIG_SPI_NOR_SFDP_MINIMAL .. kconfig:: CONFIG_SPI_NOR_SFDP_MINIMAL CONFIG_SPI_NOR_SFDP_MINIMAL ########################### *Fixed flash configuration* Type: ``bool`` Help ==== .. code-block:: none Synthesize a minimal configuration assuming 256 By page size and standard 4 KiBy and 64 KiBy erase instructions. Requires the size and jedec-id properties in the devicetree jedec,spi-nor node. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/flash/Kconfig.nor:17`` 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_MINIMAL bool "Fixed flash configuration" depends on help Synthesize a minimal configuration assuming 256 By page size and standard 4 KiBy and 64 KiBy erase instructions. Requires the size and jedec-id properties in the devicetree jedec,spi-nor node. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*