CONFIG_SOC_FLASH_NRF_UICR¶
Access to UICR
Type: bool
Help¶
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¶
!TRUSTED_EXECUTION_NONSECURE && SOC_FLASH_NRF && FLASH
(Includes any dependencies from ifs and menus.)
Defaults¶
No defaults. Implicitly defaults to n.
Kconfig definition¶
At <Zephyr Driver>/flash/Kconfig.nrf:67
Included via Kconfig:8 → Kconfig.zephyr:42 → <Zephyr Driver>/Kconfig:62 → <Zephyr Driver>/flash/Kconfig:69
Menu path: (Top) → Device Drivers → Flash hardware support → Nordic Semiconductor nRF flash driver
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.)