zephyr/tests/subsys/pm/device_runtime_api/Kconfig
Krzysztof Chruściński 5ce4348311 tests: pm: device_runtime_api: Extend with synchronous device
Extended test to support case when PM device is defined as
synchronous.

Signed-off-by: Krzysztof Chruściński <krzysztof.chruscinski@nordicsemi.no>
2024-02-01 15:03:42 +01:00

9 lines
176 B
Plaintext

# Copyright 2024 Nordic Semiconductor ASA
#
# SPDX-License-Identifier: Apache-2.0
source "Kconfig.zephyr"
config TEST_PM_DEVICE_ISR_SAFE
bool "Use ISR safe PM for the test"