soc: nordic_nrf: add missing GRTC Kconfig option
Add missing option to select GRTC. Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
This commit is contained in:
parent
1453008f6f
commit
349c06ebc5
1 changed files with 3 additions and 0 deletions
|
@ -90,6 +90,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))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue