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
|
@ -401,3 +401,12 @@ config HAS_HW_NRF_WDT0
|
|||
|
||||
config HAS_HW_NRF_WDT1
|
||||
def_bool $(dt_nodelabel_enabled_with_compat,wdt1,$(DT_COMPAT_NORDIC_NRF_WDT))
|
||||
|
||||
config HAS_HW_NRF_WDT30
|
||||
def_bool $(dt_nodelabel_enabled_with_compat,wdt30,$(DT_COMPAT_NORDIC_NRF_WDT))
|
||||
|
||||
config HAS_HW_NRF_WDT31
|
||||
def_bool $(dt_nodelabel_enabled_with_compat,wdt31,$(DT_COMPAT_NORDIC_NRF_WDT))
|
||||
|
||||
config HAS_HW_NRF_WDT130
|
||||
def_bool $(dt_nodelabel_enabled_with_compat,wdt130,$(DT_COMPAT_NORDIC_NRF_WDT))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue