:orphan: .. title:: choice SPI_NOR_SFDP: Source for Serial Flash Discoverable Parameters .. _choice_193: .. describe:: choice SPI_NOR_SFDP: Source for Serial Flash Discoverable Parameters *Source for Serial Flash Discoverable Parameters* Type: ``bool`` Direct dependencies =================== \ :option:`SPI_NOR ` && \ :option:`FLASH ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :option:`SPI_NOR_SFDP_MINIMAL ` Choice options ============== - \ :option:`SPI_NOR_SFDP_MINIMAL ` - \ :option:`SPI_NOR_SFDP_DEVICETREE ` - \ :option:`SPI_NOR_SFDP_RUNTIME ` Kconfig definition ================== At ``/flash/Kconfig.nor:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``/Kconfig:60`` → ``/flash/Kconfig:75`` Menu path: (Top) → Device Drivers → Flash hardware support → SPI NOR Flash .. code-block:: kconfig choice SPI_NOR_SFDP bool "Source for Serial Flash Discoverable Parameters" default SPI_NOR_SFDP_MINIMAL depends on SPI_NOR && FLASH *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*