:orphan: .. title:: choice SOC_FLASH_NRF_RADIO_SYNC_CHOICE: Nordic nRFx flash driver synchronization .. _choice_323: .. describe:: choice SOC_FLASH_NRF_RADIO_SYNC_CHOICE: Nordic nRFx flash driver synchronization *Nordic nRFx flash driver synchronization* Type: ``bool`` Help ==== .. code-block:: none synchronization between flash memory driver and radio. Direct dependencies =================== \ :kconfig:`SOC_FLASH_NRF ` && \ :kconfig:`FLASH ` *(Includes any dependencies from ifs and menus.)* Defaults ======== - \ :kconfig:`SOC_FLASH_NRF_RADIO_SYNC_TICKER ` if \ :kconfig:`BT_LL_SW_SPLIT ` - \ :kconfig:`SOC_FLASH_NRF_RADIO_SYNC_NONE ` Choice options ============== - \ :kconfig:`SOC_FLASH_NRF_RADIO_SYNC_TICKER ` - \ :kconfig:`SOC_FLASH_NRF_RADIO_SYNC_NONE ` Kconfig definition ================== At ``/flash/Kconfig.nrf:24`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` → ``/flash/Kconfig:69`` Menu path: (Top) → Device Drivers → Flash hardware support → Nordic Semiconductor nRF flash driver .. code-block:: kconfig choice SOC_FLASH_NRF_RADIO_SYNC_CHOICE bool "Nordic nRFx flash driver synchronization" default SOC_FLASH_NRF_RADIO_SYNC_TICKER if BT_LL_SW_SPLIT default SOC_FLASH_NRF_RADIO_SYNC_NONE depends on SOC_FLASH_NRF && FLASH help synchronization between flash memory driver and radio. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*