12 lines
230 B
Plaintext
12 lines
230 B
Plaintext
|
# Copyright (c) 2023 Nordic Semiconductor ASA
|
||
|
# SPDX-License-Identifier: Apache-2.0
|
||
|
|
||
|
menu "Zephyr"
|
||
|
source "Kconfig.zephyr"
|
||
|
endmenu
|
||
|
|
||
|
config TEST_PROVIDE_PM_HOOKS
|
||
|
bool "Provide PM hooks for test purposes"
|
||
|
default y
|
||
|
select HAS_PM
|