-
choice SOC_FLASH_NRF_RADIO_SYNC_CHOICE: Nordic nRFx flash driver synchronization
Nordic nRFx flash driver synchronization
Nordic nRFx flash driver synchronization
Type: bool
Help¶
synchronization between flash memory driver and radio.
Direct dependencies¶
(SOC_FLASH_NRF
&& MPSL
) || (SOC_FLASH_NRF
&& FLASH
)
(Includes any dependencies from ifs and menus.)
Defaults¶
Choice options¶
Kconfig definitions¶
At <nRF>/drivers/mpsl/flash_sync/Kconfig:9
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:23
→ <Zephyr>/modules/Kconfig:6
→ <BuildDir>/kconfig/Kconfig.modules:2
→ <nRF>/Kconfig.nrf:53
→ <nRF>/drivers/Kconfig:18
→ <nRF>/drivers/mpsl/Kconfig:8
Menu path: (Top) → Modules → nrf (/home/runner/work/sdk-nrf/sdk-nrf/ncs/nrf) → Nordic nRF Connect → Device Drivers
choice SOC_FLASH_NRF_RADIO_SYNC_CHOICE
bool "Nordic nRFx flash driver synchronization"
default SOC_FLASH_NRF_RADIO_SYNC_MPSL if MPSL
depends on SOC_FLASH_NRF && MPSL
At <Zephyr>/drivers/flash/Kconfig.nrf:24
Included via <Zephyr>/Kconfig:8
→ <Zephyr>/Kconfig.zephyr:32
→ <Zephyr>/drivers/Kconfig:60
→ <Zephyr>/drivers/flash/Kconfig:65
Menu path: (Top) → Device Drivers → Flash hardware support → Nordic Semiconductor nRF flash driver
choice SOC_FLASH_NRF_RADIO_SYNC_CHOICE
bool "Nordic nRFx flash driver synchronization"
default SOC_FLASH_NRF_RADIO_SYNC_TICKER if BT_LL_SW_SPLIT
default SOC_FLASH_NRF_RADIO_SYNC_NONE
depends on SOC_FLASH_NRF && FLASH
help
synchronization between flash memory driver and radio.
(The ‘depends on’ condition includes propagated dependencies from ifs and menus.)