:orphan: .. title:: CONFIG_SOC_FLASH_NRF_RADIO_SYNC_TICKER .. kconfig:: CONFIG_SOC_FLASH_NRF_RADIO_SYNC_TICKER CONFIG_SOC_FLASH_NRF_RADIO_SYNC_TICKER ###################################### *Nordic nRFx flash driver synchronized with radio* Type: ``bool`` Help ==== .. code-block:: none Enable synchronization between flash memory driver and radio using BLE LL controller ticker API. Direct dependencies =================== \ :kconfig:`BT_LL_SW_SPLIT ` && \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== At ``/flash/Kconfig.nrf:31`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:42`` → ``/Kconfig:62`` → ``/flash/Kconfig:77`` Menu path: (Top) → Device Drivers → Flash hardware support → Nordic Semiconductor nRF flash driver → Nordic nRFx flash driver synchronization .. code-block:: kconfig config SOC_FLASH_NRF_RADIO_SYNC_TICKER bool "Nordic nRFx flash driver synchronized with radio" depends on BT_LL_SW_SPLIT && help Enable synchronization between flash memory driver and radio using BLE LL controller ticker API. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*