:orphan: .. title:: SOC_FLASH_NRF_RADIO_SYNC .. option:: 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 =================== \ :option:`SOC_FLASH_NRF ` && \ :option:`BT_CTLR ` && !\ :option:`FLASH_NRF_FORCE_ALT ` && \ :option:`FLASH ` *(Includes any dependencies from ifs and menus.)* Default ======= - y Kconfig definition ================== .. highlight:: kconfig At ``drivers/flash/Kconfig.nrf:22`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:40`` → ``drivers/Kconfig:54`` → ``drivers/flash/Kconfig:45`` Menu path: (Top) → Device Drivers → Flash hardware support → Nordic Semiconductor nRF flash driver .. parsed-literal:: config SOC_FLASH_NRF_RADIO_SYNC bool "Nordic nRFx flash driver synchronized with radio" default y depends on \ :option:`SOC_FLASH_NRF ` && \ :option:`BT_CTLR ` && !\ :option:`FLASH_NRF_FORCE_ALT ` && \ :option:`FLASH ` help Enable synchronization between flash memory driver and radio. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*