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:
Kumar Gala 2019-11-04 12:33:11 -06:00 committed by Maureen Helm
commit 134eea2ff4
8 changed files with 1 additions and 9 deletions

View file

@ -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.