2e01e86bdc
Use the generic option WDT_DISABLE_AT_BOOT instead of the SAM specific one WDT_SAM_DISABLE_AT_BOOT (note the generic one has been introduced after the SAM one). This also have the consequence of changing the default value for yes to no, fixing the watchdog tests. Fixes #13290 Signed-off-by: Aurelien Jarno <aurelien@aurel32.net>
15 lines
304 B
Plaintext
15 lines
304 B
Plaintext
# Kconfig - Atmel SAM WDT configuration
|
|
#
|
|
# Copyright (C) 2017 Intel Deutschland GmbH
|
|
#
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
#
|
|
|
|
menuconfig WDT_SAM
|
|
bool "Atmel SAM MCU Family Watchdog (WDT) Driver"
|
|
depends on SOC_FAMILY_SAM
|
|
select HAS_DTS_WDT
|
|
default y
|
|
help
|
|
Enable WDT driver for Atmel SAM MCUs.
|