blob: 591c4963daac3686c8ca07e2039c4b9bd51c72ed [file] [log] [blame]
# Copyright (c) 2020 Intel Corporation.
# SPDX-License-Identifier: Apache-2.0
config SUBSYS_POWER_TEST
bool
default y
select HAS_SYS_POWER_STATE_SLEEP_1
help
Hidden option enabling LPS_0 power state regardless of hardware
support. This ensures that power management hooks used in this
test to profile idle thread will be executed.
# Include Zephyr's Kconfig.
source "Kconfig"