1# Atmel SAM WDT configuration
2
3# Copyright (C) 2017 Intel Deutschland GmbH
4# SPDX-License-Identifier: Apache-2.0
5
6config WDT_SAM
7 bool "Atmel SAM MCU Family Watchdog (WDT) Driver"
8 default y
9 depends on DT_HAS_ATMEL_SAM_WATCHDOG_ENABLED
10 help
11 Enable WDT driver for Atmel SAM MCUs.
12