| # 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 | |
| select HAS_WDT_DISABLE_AT_BOOT | |
| select HAS_WDT_NO_CALLBACKS | |
| help | |
| Enable support for Intel TCO WDT driver. |