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