blob: 42f4b8ff2739e4f8a5e3bc3b863547bf1faadf19 [file] [log] [blame]
# SPDX-License-Identifier: Apache-2.0
config NRF5_POWER_MGMT_EXAMPLE
bool
default y
select HAS_SYS_POWER_STATE_SLEEP_2
select HAS_SYS_POWER_STATE_SLEEP_3
help
Hidden option enabling LPS_1 and LPS_2 low power states.
This is needed, as these states are implemented by this example.
# Include Zephyr's Kconfig.
source "$ZEPHYR_BASE/Kconfig"