134eea2ff4
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>
12 lines
255 B
Plaintext
12 lines
255 B
Plaintext
# Atmel SAM0 WDT configuration
|
|
|
|
# Copyright (c) 2017 Google LLC.
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config WDT_SAM0
|
|
bool "Atmel SAM0 series Watchdog (WDT) Driver"
|
|
depends on SOC_FAMILY_SAM0
|
|
default y
|
|
help
|
|
Enable WDT driver for Atmel SAM0 MCUs.
|