1# Copyright (c) 2024 Intel Corporation
2# SPDX-License-Identifier: Apache-2.0
3source "Kconfig.zephyr"
4
5if WDT_SAM
6config WDT_DISABLE_AT_BOOT
7	bool "Disable at boot"
8	default y
9endif
10