zephyr/tests/kernel/workq/critical/Kconfig
Anas Nashif 5b29fff725 tests: workqueue: avoid filters
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>
2024-11-25 21:51:36 +01:00

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