1# Intel TCO WDT support 2 3# Copyright (c) 2022 Intel Corporation 4# SPDX-License-Identifier: Apache-2.0 5 6config WDT_TCO 7 bool "Intel TCO Watchdog driver" 8 default y 9 depends on DT_HAS_INTEL_TCO_WDT_ENABLED 10 select HAS_WDT_DISABLE_AT_BOOT 11 help 12 Enable support for Intel TCO WDT driver. 13