modules: hal_nordic: nrfx: add nRF54L15 GRTC instance
Add GRTC instance in Nordic HAL configs. Signed-off-by: Magdalena Pastula <magdalena.pastula@nordicsemi.no>
This commit is contained in:
parent
1d91a09bfe
commit
d3fa931dfd
4 changed files with 22 additions and 0 deletions
|
@ -103,6 +103,10 @@ config NRFX_GPIOTE_NUM_OF_EVT_HANDLERS
|
|||
Specifies number of handlers that can be registered to nrfx_gpiote driver
|
||||
by the user.
|
||||
|
||||
config NRFX_GRTC
|
||||
bool "GRTC driver"
|
||||
depends on $(dt_has_compat,$(DT_COMPAT_NORDIC_NRF_GRTC))
|
||||
|
||||
config NRFX_I2S
|
||||
bool
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue