1# Copyright (c) 2023 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4menu "Zephyr" 5source "Kconfig.zephyr" 6endmenu 7 8config TEST_PROVIDE_PM_HOOKS 9 bool "Provide PM hooks for test purposes" 10 default y 11 select HAS_PM 12