12 lines
270 B
Plaintext
12 lines
270 B
Plaintext
|
# Kconfig - Atmel SAM0 WDT configuration
|
||
|
#
|
||
|
# Copyright (c) 2017 Google LLC.
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
menuconfig WDT_SAM0
|
||
|
bool "Atmel SAM0 series Watchdog (WDT) Driver"
|
||
|
depends on SOC_FAMILY_SAM0
|
||
|
default y
|
||
|
help
|
||
|
Enable WDT driver for Atmel SAM0 MCUs.
|