2019-04-06 21:08:09 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-01-02 21:53:39 +08:00
|
|
|
config NRF5_POWER_MGMT_EXAMPLE
|
|
|
|
bool
|
|
|
|
default y
|
2019-03-17 03:55:56 +08:00
|
|
|
select HAS_SYS_POWER_STATE_SLEEP_2
|
|
|
|
select HAS_SYS_POWER_STATE_SLEEP_3
|
2019-01-02 21:53:39 +08:00
|
|
|
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"
|