-
CONFIG_SOC_FLASH_NRF_RADIO_SYNC
¶
Nordic nRFx flash driver synchronized with radio
Type: bool
Help¶
Enable synchronization between flash memory driver and radio.
Defaults¶
- “y” if
SOC_FLASH_NRF
&&BT_CTLR
Kconfig definition¶
At drivers/flash/Kconfig:42
Included via Kconfig:10
→ Kconfig.zephyr:29
→ drivers/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" ifSOC_FLASH_NRF
&&BT_CTLR
default "y" ifSOC_FLASH_NRF
&&BT_CTLR
depends onSOC_FLASH_NRF
&&BT_CTLR
help Enable synchronization between flash memory driver and radio.
(Definitions include propagated dependencies, including from if’s and menus.)