Skip to content

Commit

Permalink
[nrf fromlist] modules: hal_nordic: Add RRAM to NRFX_NVMC
Browse files Browse the repository at this point in the history
Add missing dependency on nodric,rram-controller compatible.

Upstream PR: zephyrproject-rtos/zephyr#69913

Signed-off-by: Dominik Ermel <[email protected]>
  • Loading branch information
de-nordic committed Mar 7, 2024
1 parent 226b676 commit 244057f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/hal_nordic/nrfx/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -144,6 +144,7 @@ config NRFX_NVMC
depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF51_FLASH_CONTROLLER)) \
|| $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF52_FLASH_CONTROLLER)) \
|| $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF53_FLASH_CONTROLLER)) \
|| $(dt_has_compat,$(DT_COMPAT_NORDIC_RRAM_CONTROLLER)) \
|| $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF91_FLASH_CONTROLLER))

config NRFX_PDM
Expand Down

0 comments on commit 244057f

Please sign in to comment.