15 lines
326 B
Plaintext
15 lines
326 B
Plaintext
# Kconfig - 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
|
|
select HAS_DTS_WDT
|
|
default y
|
|
help
|
|
Enable WDT driver for Microchip XEC MCU series.
|