modules: hal_nordic: watchdog: Add Kconfig symbols for new WDT instances
This commit is a part of introduction of new WTD instances. It adds new Kconfig symbols that can be used in WDT shim and nrfx driver. Signed-off-by: Adam Wojasinski <adam.wojasinski@nordicsemi.no>
This commit is contained in:
parent
2a38230a31
commit
38739368dd
3 changed files with 33 additions and 0 deletions
|
@ -561,6 +561,21 @@ config NRFX_WDT1
|
|||
depends on $(dt_nodelabel_has_compat,wdt1,$(DT_COMPAT_NORDIC_NRF_WDT))
|
||||
select NRFX_WDT
|
||||
|
||||
config NRFX_WDT30
|
||||
bool "WDT30 driver instance"
|
||||
depends on $(dt_nodelabel_has_compat,wdt30,$(DT_COMPAT_NORDIC_NRF_WDT))
|
||||
select NRFX_WDT
|
||||
|
||||
config NRFX_WDT31
|
||||
bool "WDT31 driver instance"
|
||||
depends on $(dt_nodelabel_has_compat,wdt31,$(DT_COMPAT_NORDIC_NRF_WDT))
|
||||
select NRFX_WDT
|
||||
|
||||
config NRFX_WDT130
|
||||
bool "WDT130 driver instance"
|
||||
depends on $(dt_nodelabel_has_compat,wdt130,$(DT_COMPAT_NORDIC_NRF_WDT))
|
||||
select NRFX_WDT
|
||||
|
||||
menu "Peripheral Resource Sharing module"
|
||||
|
||||
config NRFX_PRS
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue