CONFIG_SOC_FLASH_NRF_RADIO_SYNC_TICKER

Nordic nRFx flash driver synchronized with radio

Type: bool

Help

Enable synchronization between flash memory driver and radio using BLE LL controller ticker API.

Direct dependencies

BT_LL_SW_SPLIT && <choice SOC_FLASH_NRF_RADIO_SYNC_CHOICE: Nordic nRFx flash driver synchronization>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At <Zephyr>/drivers/flash/Kconfig.nrf:30

Included via <Zephyr>/Kconfig:8<Zephyr>/Kconfig.zephyr:32<Zephyr>/drivers/Kconfig:60<Zephyr>/drivers/flash/Kconfig:63

Menu path: (Top) → Device Drivers → Flash hardware support → Nordic Semiconductor nRF flash driver → Nordic nRFx flash driver synchronization

config SOC_FLASH_NRF_RADIO_SYNC_TICKER
    bool "Nordic nRFx flash driver synchronized with radio"
    depends on BT_LL_SW_SPLIT && <choice SOC_FLASH_NRF_RADIO_SYNC_CHOICE: Nordic nRFx flash driver synchronization>
    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.)