:orphan: .. title:: choice SPI_NOR_SFDP: Source for Serial Flash Discoverable Parameters .. _choice_185: .. 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 ================== .. highlight:: kconfig At ``drivers/flash/Kconfig.nor:13`` 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 .. parsed-literal:: choice SPI_NOR_SFDP bool "Source for Serial Flash Discoverable Parameters" default \ :option:`SPI_NOR_SFDP_MINIMAL ` depends on \ :option:`SPI_NOR ` && \ :option:`FLASH ` *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*