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
291 B
Plaintext
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.
|