2022-10-11 18:13:15 +08:00
|
|
|
# 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
|
2024-05-21 22:57:07 +08:00
|
|
|
select HAS_WDT_DISABLE_AT_BOOT
|
2022-10-11 18:13:15 +08:00
|
|
|
help
|
|
|
|
Enable support for Intel TCO WDT driver.
|