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