1# Atmel SAM0 WDT configuration 2 3# Copyright (c) 2017 Google LLC. 4# SPDX-License-Identifier: Apache-2.0 5 6config WDT_SAM0 7 bool "Atmel SAM0 series Watchdog (WDT) Driver" 8 default y 9 depends on DT_HAS_ATMEL_SAM0_WATCHDOG_ENABLED 10 select HAS_WDT_DISABLE_AT_BOOT 11 help 12 Enable WDT driver for Atmel SAM0 MCUs. 13