dc5c242223
Watchdog type is found on e.g. Pearl/Jade Gecko, often more than 1 is present. Driver supports timeout and (minimum) window configuration and reset or timeout interrupt support for now. Signed-off-by: Oane Kingma <o.kingma@interay.com>
15 lines
334 B
Plaintext
15 lines
334 B
Plaintext
# Watchdog configuration options
|
|
#
|
|
# Copyright (c) 2019 Interay Solutions B.V.
|
|
# Copyright (c) 2019 Oane Kingma
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config WDT_GECKO
|
|
bool "Gecko series Watchdog (WDOG) Driver"
|
|
depends on SOC_FAMILY_EXX32
|
|
select SOC_GECKO_WDOG
|
|
default y
|
|
help
|
|
Enable WDOG driver for Silicon Labs Gecko MCUs.
|