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>
7 lines
187 B
Plaintext
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
|