zephyr/drivers/watchdog/Kconfig.sam0
Michael Hope be8cba4bad watchdog: add a watchdog driver for the SAM0 family.
Signed-off-by: Michael Hope <mlhx@google.com>
2018-01-04 13:18:25 -05:00

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.