-
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¶
SOC_FLASH_NRF
&& !FLASH_NRF_FORCE_ALT
&& FLASH
(Includes any dependencies from if’s and menus.)
Defaults¶
No defaults. Implicitly defaults to n
.
Kconfig definition¶
At drivers/flash/Kconfig.nrf:28
Included via Kconfig:10
→ Kconfig.zephyr:35
→ drivers/Kconfig:60
→ drivers/flash/Kconfig:48
Menu path: (top menu) → Device Drivers → Flash hardware support
config SOC_FLASH_NRF_UICR bool prompt "Access to UICR" ifSOC_FLASH_NRF
&& !FLASH_NRF_FORCE_ALT
&&FLASH
depends onSOC_FLASH_NRF
&& !FLASH_NRF_FORCE_ALT
&&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.
(Definitions include propagated dependencies, including from if’s and menus.)