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))
|
depends on $(dt_nodelabel_has_compat,egu5,$(DT_COMPAT_NORDIC_NRF_EGU))
|
||||||
select NRFX_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
|
config NRFX_EGU020
|
||||||
bool "EGU020 driver instance"
|
bool "EGU020 driver instance"
|
||||||
depends on $(dt_nodelabel_has_compat,egu020,$(DT_COMPAT_NORDIC_NRF_EGU))
|
depends on $(dt_nodelabel_has_compat,egu020,$(DT_COMPAT_NORDIC_NRF_EGU))
|
||||||
|
|
|
@ -109,6 +109,12 @@
|
||||||
#ifdef CONFIG_NRFX_EGU5
|
#ifdef CONFIG_NRFX_EGU5
|
||||||
#define NRFX_EGU5_ENABLED 1
|
#define NRFX_EGU5_ENABLED 1
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef CONFIG_NRFX_EGU10
|
||||||
|
#define NRFX_EGU10_ENABLED 1
|
||||||
|
#endif
|
||||||
|
#ifdef CONFIG_NRFX_EGU20
|
||||||
|
#define NRFX_EGU20_ENABLED 1
|
||||||
|
#endif
|
||||||
#ifdef CONFIG_NRFX_EGU020
|
#ifdef CONFIG_NRFX_EGU020
|
||||||
#define NRFX_EGU020_ENABLED 1
|
#define NRFX_EGU020_ENABLED 1
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue