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
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue