Skip to content

Commit b58e4cc

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 015861f commit b58e4cc

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
@@ -160,6 +160,9 @@ config HAS_HW_NRF_RESET
160160
config HAS_HW_NRF_RNG
161161
def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_RNG))
162162

163+
config HAS_HW_NRF_RRAMC
164+
def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_RRAM_CONTROLLER))
165+
163166
config HAS_HW_NRF_RTC0
164167
def_bool $(dt_nodelabel_enabled_with_compat,rtc0,$(DT_COMPAT_NORDIC_NRF_RTC))
165168

0 commit comments

Comments
 (0)