Files
zephyr/drivers/hwspinlock/Kconfig.test
Maureen Helm 5f33d75bce tests: lib: devicetree: Add hwspinlock dt spec test
Extends the devicetree library test to exercise the hwspinlock dt spec
macros and detect the context initializer build warning that was fixed
in commit 8b208b0d5a. Previously the build
warning wasn't reproducible in-tree.

Signed-off-by: Maureen Helm <maureen.helm@analog.com>
2025-12-01 08:27:04 +01:00

7 lines
187 B
Plaintext

# Copyright (c) 2025 Analog Devices, Inc.
# SPDX-License-Identifier: Apache-2.0
#
config HWSPINLOCK_TEST
def_bool DT_HAS_VND_HWSPINLOCK_ENABLED
depends on DT_HAS_VND_HWSPINLOCK_ENABLED