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

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

Defaults

Kconfig definition

At drivers/flash/Kconfig:42

Included via Kconfig:10Kconfig.zephyr:29drivers/Kconfig:62

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
    default "y" if SOC_FLASH_NRF && BT_CTLR
    depends on SOC_FLASH_NRF && BT_CTLR
    help
      Enable synchronization between flash memory driver and radio.

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