:orphan: .. title:: SOC_FLASH_NRF_RADIO_SYNC_NONE .. option:: CONFIG_SOC_FLASH_NRF_RADIO_SYNC_NONE *none* Type: ``bool`` Help ==== disable synchronization between flash memory driver and radio. Direct dependencies =================== \ :ref:` ` *(Includes any dependencies from ifs and menus.)* Kconfig definition ================== .. highlight:: kconfig At ``drivers/flash/Kconfig.nrf:38`` Included via ``Kconfig:8`` → ``Kconfig.zephyr:32`` → ``drivers/Kconfig:60`` → ``drivers/flash/Kconfig:63`` Menu path: (Top) → Device Drivers → Flash hardware support → Nordic Semiconductor nRF flash driver → Nordic nRFx flash driver synchronization .. parsed-literal:: config SOC_FLASH_NRF_RADIO_SYNC_NONE bool "none" depends on \ :ref:` ` help disable synchronization between flash memory driver and radio. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*