-
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¶
- “y” if
SOC_FLASH_NRF
&&BT_CTLR
&& !FLASH_NRF_FORCE_ALT
&&FLASH
Kconfig definition¶
At drivers/flash/Kconfig.nrf:21
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:60
→ drivers/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" ifSOC_FLASH_NRF
&&BT_CTLR
&& !FLASH_NRF_FORCE_ALT
&&FLASH
default "y" ifSOC_FLASH_NRF
&&BT_CTLR
&& !FLASH_NRF_FORCE_ALT
&&FLASH
depends onSOC_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.)