zephyr/drivers/watchdog/Kconfig.xec
Tomasz Bursztyka 939fc26c2e drivers/watchdog: Add support for Microchip XEC device
Such watchdog timer is found on mec1501.
It comes with a support of dbg stall feature and interrupt support.

It does not support multistaging.

Signed-off-by: Tomasz Bursztyka <tomasz.bursztyka@linux.intel.com>
Signed-off-by: Daniel Leung <daniel.leung@intel.com>
2019-09-07 09:56:58 -04:00

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.