2019-04-06 21:08:09 +08:00
|
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
|
2019-02-04 22:05:23 +08:00
|
|
|
config KERNEL_PROFILING_API_TEST
|
|
|
|
bool
|
|
|
|
default y
|
2019-03-17 03:55:56 +08:00
|
|
|
select HAS_SYS_POWER_STATE_SLEEP_1
|
2019-02-04 22:05:23 +08:00
|
|
|
help
|
2019-02-04 22:30:57 +08:00
|
|
|
Hidden option enabling LPS_0 power state regardless of hardware
|
2019-02-04 22:05:23 +08:00
|
|
|
support. This ensures that power management hooks used in this
|
|
|
|
test to profile idle thread will be executed.
|
|
|
|
|
|
|
|
# Include Zephyr's Kconfig.
|
|
|
|
source "$ZEPHYR_BASE/Kconfig"
|