Skip to content

Commit a859191

Browse files
michalek-noMaureenHelm
authored andcommitted
drivers: flash: RRAMC regions
Adding definition of regions granularity to Kconfig. Signed-off-by: Mateusz Michalek <[email protected]>
1 parent f63f508 commit a859191

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

drivers/flash/Kconfig.nrf_rram

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,17 @@ config SOC_FLASH_NRF_TIMEOUT_MULTIPLIER
6767
the multiplication would allow erasing all nRF flash pages in
6868
blocking mode.
6969

70+
config NRF_RRAM_REGION_ADDRESS_RESOLUTION
71+
hex
72+
default 0x400
73+
help
74+
RRAMC's region protection address resolution.
75+
Applies to region with configurable start address.
76+
77+
config NRF_RRAM_REGION_SIZE_UNIT
78+
hex
79+
default 0x400
80+
help
81+
Base unit for the size of RRAMC's region protection.
82+
7083
endif # SOC_FLASH_NRF_RRAM

0 commit comments

Comments
 (0)