:orphan: .. title:: FLASH_JESD216 .. option:: CONFIG_FLASH_JESD216 *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== Selected by drivers that support JESD216-compatible flash devices to enable building a common support module. Defaults ======== No defaults. Implicitly defaults to ``n``. Symbols that select this symbol =============================== - \ :option:`SPI_NOR ` - \ :option:`FLASH_STM32_QSPI ` - \ :option:`NORDIC_QSPI_NOR ` Kconfig definition ================== .. highlight:: kconfig At ``drivers/flash/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:60`` Menu path: (Top) → Device Drivers .. parsed-literal:: config FLASH_JESD216 bool help Selected by drivers that support JESD216-compatible flash devices to enable building a common support module. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*