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

CONFIG_SOC_FLASH_NRF_RADIO_SYNC_NONE

none

Type: bool

Help

disable synchronization between flash memory driver and radio.

Direct dependencies

<choice SOC_FLASH_NRF_RADIO_SYNC_CHOICE: Nordic nRFx flash driver synchronization>

(Includes any dependencies from ifs and menus.)

Kconfig definition

At drivers/flash/Kconfig.nrf:38

Included via Kconfig:8Kconfig.zephyr:42drivers/Kconfig:62drivers/flash/Kconfig:69

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

config SOC_FLASH_NRF_RADIO_SYNC_NONE
    bool "none"
    depends on <choice SOC_FLASH_NRF_RADIO_SYNC_CHOICE>
    help
      disable synchronization between flash memory driver and radio.

(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)