The latest development version of this page may be more current than this released 1.14.0 version.
CONFIG_SOC_FLASH_NRF_RADIO_SYNC

Nordic nRFx flash driver synchronized with radio

Type: bool

Help

Enable synchronization between flash memory driver and radio.

Direct dependencies

SOC_FLASH_NRF && BT_CTLR && !FLASH_NRF_FORCE_ALT && FLASH

(Includes any dependencies from if’s and menus.)

Defaults

Kconfig definition

At drivers/flash/Kconfig.nrf:21

Included via Kconfig:10Kconfig.zephyr:35drivers/Kconfig:60drivers/flash/Kconfig:48

Menu path: (top menu) → Device Drivers → Flash hardware support

config SOC_FLASH_NRF_RADIO_SYNC
    bool
    prompt "Nordic nRFx flash driver synchronized with radio" if SOC_FLASH_NRF && BT_CTLR && !FLASH_NRF_FORCE_ALT && FLASH
    default "y" if SOC_FLASH_NRF && BT_CTLR && !FLASH_NRF_FORCE_ALT && FLASH
    depends on SOC_FLASH_NRF && BT_CTLR && !FLASH_NRF_FORCE_ALT && FLASH
    help
      Enable synchronization between flash memory driver and radio.

(Definitions include propagated dependencies, including from if’s and menus.)