modules: hal_nordic: Support EGU130 driver instance
Adds the glue code to enable this. Signed-off-by: Rubin Gerritsen <rubin.gerritsen@nordicsemi.no>
This commit is contained in:
parent
73ec3467e7
commit
893c4ed4f9
4 changed files with 16 additions and 0 deletions
|
@ -77,6 +77,11 @@ config NRFX_EGU020
|
|||
depends on $(dt_nodelabel_has_compat,egu020,$(DT_COMPAT_NORDIC_NRF_EGU))
|
||||
select NRFX_EGU
|
||||
|
||||
config NRFX_EGU130
|
||||
bool "EGU130 driver instance"
|
||||
depends on $(dt_nodelabel_has_compat,egu130,$(DT_COMPAT_NORDIC_NRF_EGU))
|
||||
select NRFX_EGU
|
||||
|
||||
config NRFX_GPIOTE
|
||||
bool
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue