zephyr/drivers/watchdog/Kconfig.sam
Kumar Gala 134eea2ff4 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>
2019-11-06 13:51:20 -06:00

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.