watchdog: Refactor how we set HAS_DTS_WDT in Kconfig
Now that all watchdog drivers support DTS we can move setting of HAS_DTS_WDT to the global watchdog symbol instead of per driver. Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
parent
f8db0fa2eb
commit
134eea2ff4
8 changed files with 1 additions and 9 deletions
|
@ -7,7 +7,6 @@ config WDT_NRFX
|
|||
bool "nRF WDT nrfx driver"
|
||||
default y
|
||||
depends on SOC_FAMILY_NRF
|
||||
select HAS_DTS_WDT
|
||||
select NRFX_WDT
|
||||
help
|
||||
Enable support for nrfx WDT driver for nRF MCU series.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue