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
265 B
Plaintext
12 lines
265 B
Plaintext
# Atmel SAM WDT configuration
|
|
|
|
# Copyright (C) 2017 Intel Deutschland GmbH
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config WDT_SAM
|
|
bool "Atmel SAM MCU Family Watchdog (WDT) Driver"
|
|
depends on SOC_FAMILY_SAM
|
|
default y
|
|
help
|
|
Enable WDT driver for Atmel SAM MCUs.
|