drivers: watchdog: Convert Atmel SAM driver to DTS

The majority of bits where already in place, but some minor support
get the driver name from DTS was needed.  Now we select HAS_DTS_WDT
for the driver.

Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
This commit is contained in:
Kumar Gala 2018-11-14 09:23:40 -06:00 committed by Kumar Gala
commit ee9b08d7da
5 changed files with 5 additions and 1 deletions

View file

@ -8,6 +8,7 @@
menuconfig 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.