Skip to content

Commit c354c2f

Browse files
committed
[nrf fromlist] soc: nordic: common: Add HAS_HW_NRF_RRAMC
Add HAS_HW_NRF_RRAMC Kconfig to indicate presence of the RRAMC controller. Upstream PR #: 99377 Signed-off-by: Krzysztof Chruściński <[email protected]>
1 parent b45c9e3 commit c354c2f

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

soc/nordic/common/Kconfig.peripherals

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -228,6 +228,9 @@ config HAS_HW_NRF_RESET
228228
config HAS_HW_NRF_RNG
229229
def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_RNG))
230230

231+
config HAS_HW_NRF_RRAMC
232+
def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_RRAM_CONTROLLER))
233+
231234
config HAS_HW_NRF_RTC0
232235
def_bool $(dt_nodelabel_enabled_with_compat,rtc0,$(DT_COMPAT_NORDIC_NRF_RTC))
233236

0 commit comments

Comments
 (0)