blob: a2488b663d0f1cb2b5616e9e41bea44d7f6f7202 [file] [log] [blame]
config NRF5_POWER_MGMT_EXAMPLE
bool
default y
select SYS_POWER_LOW_POWER_STATE_SUPPORTED
select SYS_POWER_STATE_CPU_LPS_1_SUPPORTED
select SYS_POWER_STATE_CPU_LPS_2_SUPPORTED
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"