:orphan: .. title:: choice SPI_NOR_SFDP: Source for Serial Flash Discoverable Parameters .. _choice_324: .. describe:: choice SPI_NOR_SFDP: Source for Serial Flash Discoverable Parameters *Source for Serial Flash Discoverable Parameters* Type: ``bool`` Direct dependencies =================== \ :kconfig:`SPI_NOR ` && \ :kconfig:`FLASH ` *(Includes any dependencies from ifs and menus.)* Default ======= - \ :kconfig:`SPI_NOR_SFDP_MINIMAL ` Choice options ============== - \ :kconfig:`SPI_NOR_SFDP_MINIMAL ` - \ :kconfig:`SPI_NOR_SFDP_DEVICETREE ` - \ :kconfig:`SPI_NOR_SFDP_RUNTIME ` Kconfig definition ================== At ``/flash/Kconfig.nor:13`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` → ``/flash/Kconfig:79`` 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.)*