modules: hal_nordic: Support nRF54L15 EGU driver instances
Adds the glue code to enable those. Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
This commit is contained in:
parent
7f6210af81
commit
73ec3467e7
2 changed files with 16 additions and 0 deletions
|
@ -62,6 +62,16 @@ config NRFX_EGU5
|
|||
depends on $(dt_nodelabel_has_compat,egu5,$(DT_COMPAT_NORDIC_NRF_EGU))
|
||||
select NRFX_EGU
|
||||
|
||||
config NRFX_EGU10
|
||||
bool "EGU10 driver instance"
|
||||
depends on $(dt_nodelabel_has_compat,egu10,$(DT_COMPAT_NORDIC_NRF_EGU))
|
||||
select NRFX_EGU
|
||||
|
||||
config NRFX_EGU20
|
||||
bool "EGU20 driver instance"
|
||||
depends on $(dt_nodelabel_has_compat,egu20,$(DT_COMPAT_NORDIC_NRF_EGU))
|
||||
select NRFX_EGU
|
||||
|
||||
config NRFX_EGU020
|
||||
bool "EGU020 driver instance"
|
||||
depends on $(dt_nodelabel_has_compat,egu020,$(DT_COMPAT_NORDIC_NRF_EGU))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue