:orphan: .. title:: CONFIG_SOC_FLASH_NRF_UICR .. kconfig:: CONFIG_SOC_FLASH_NRF_UICR CONFIG_SOC_FLASH_NRF_UICR ######################### *Access to UICR* Type: ``bool`` Help ==== .. code-block:: none Enable operations on UICR. Once enabled UICR are written or read as ordinary flash memory. Erase is possible for whole UICR at once. Direct dependencies =================== !\ :kconfig:`TRUSTED_EXECUTION_NONSECURE ` && \ :kconfig:`SOC_FLASH_NRF ` && \ :kconfig:`FLASH ` *(Includes any dependencies from ifs and menus.)* Defaults ======== No defaults. Implicitly defaults to ``n``. Kconfig definition ================== At ``/flash/Kconfig.nrf:67`` 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 .. code-block:: kconfig config SOC_FLASH_NRF_UICR bool "Access to UICR" depends on !TRUSTED_EXECUTION_NONSECURE && SOC_FLASH_NRF && FLASH help Enable operations on UICR. Once enabled UICR are written or read as ordinary flash memory. Erase is possible for whole UICR at once. *(The 'depends on' condition includes propagated dependencies from ifs and menus.)*