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:
Magdalena Pastula 2024-01-09 15:48:04 +01:00 committed by Fabio Baltieri
commit d3fa931dfd
4 changed files with 22 additions and 0 deletions

View file

@ -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