Skip to content

Commit

Permalink
[nrf fromlist] soc: nordic_nrf: add missing GRTC Kconfig option
Browse files Browse the repository at this point in the history
Add missing option to select GRTC.

Upstream PR: zephyrproject-rtos/zephyr#69201

Signed-off-by: Gerard Marull-Paretas <[email protected]>
(cherry picked from commit e201c6cee9762707f58bdca4d75683fb1ad1919e)
  • Loading branch information
gmarull committed Feb 21, 2024
1 parent 1472799 commit 88f1d4f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions soc/common/nordic_nrf/Kconfig.peripherals
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,9 @@ config HAS_HW_NRF_GPIOTE130
config HAS_HW_NRF_GPIOTE131
def_bool $(dt_nodelabel_enabled_with_compat,gpiote131,$(DT_COMPAT_NORDIC_NRF_GPIOTE))

config HAS_HW_NRF_GRTC
def_bool $(dt_compat_enabled,$(DT_COMPAT_NORDIC_NRF_GRTC))

config HAS_HW_NRF_I2S0
def_bool $(dt_nodelabel_enabled_with_compat,i2s0,$(DT_COMPAT_NORDIC_NRF_I2S))

Expand Down

0 comments on commit 88f1d4f

Please sign in to comment.