Use Kconfig to configure watchdog instead of using expensive filters. Also disable CONFIG_TEST_HW_STACK_PROTECTION for this test so we do not have to create special cases. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
10 lines
181 B
Plaintext
10 lines
181 B
Plaintext
# Copyright (c) 2024 Intel Corporation
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
source "Kconfig.zephyr"
|
|
|
|
if WDT_SAM
|
|
config WDT_DISABLE_AT_BOOT
|
|
bool "Disable at boot"
|
|
default y
|
|
endif
|