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

@ -6,7 +6,6 @@
config WDT_SAM
bool "Atmel SAM MCU Family Watchdog (WDT) Driver"
depends on SOC_FAMILY_SAM
select HAS_DTS_WDT
default y
help
Enable WDT driver for Atmel SAM MCUs.