zephyr/drivers/watchdog/Kconfig.xec
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
291 B
Plaintext

# Microchip XEC Watchdog Timer configuration
# Copyright (c) 2019 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config WDT_XEC
bool "Microchip XEC series Watchdog Timer (WDT) driver"
depends on SOC_FAMILY_MEC
default y
help
Enable WDT driver for Microchip XEC MCU series.