1# Copyright (c) 2022 Nordic Semiconductor ASA 2# SPDX-License-Identifier: Apache-2.0 3 4menu "Zephyr" 5source "Kconfig.zephyr" 6endmenu 7 8module = APP 9module-str = Application 10source "subsys/logging/Kconfig.template.log_config" 11 12 13config APP_PROVIDE_PM_HOOKS 14 bool "Application provides PM hooks" 15 default y 16 select HAS_PM 17