Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
cb331c2371144f3c391856eec4417ce65cbf0957
/
.
/
drivers
/
watchdog
/
Kconfig.tco
blob: 2e479e37efd9fa44d8a49ebd02a116bf7a0cdee0 [
file
] [
log
] [
blame
]
# Intel TCO WDT support
# Copyright (c) 2022 Intel Corporation
# SPDX-License-Identifier: Apache-2.0
config WDT_TCO
bool
"Intel TCO Watchdog driver"
default
y
depends on DT_HAS_INTEL_TCO_WDT_ENABLED
help
Enable
support
for
Intel
TCO WDT driver
.