:orphan: .. title:: CONFIG_FLASH_JESD216 .. kconfig:: CONFIG_FLASH_JESD216 CONFIG_FLASH_JESD216 #################### *(No prompt -- not directly user assignable.)* Type: ``bool`` Help ==== .. code-block:: none 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 =============================== - \ :kconfig:`SPI_NOR ` - \ :kconfig:`FLASH_STM32_QSPI ` - \ :kconfig:`NORDIC_QSPI_NOR ` Kconfig definition ================== At ``/flash/Kconfig:20`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` Menu path: (Top) → Device Drivers .. code-block:: kconfig 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.)*