12 lines
327 B
Plaintext
12 lines
327 B
Plaintext
config KERNEL_PROFILING_API_TEST
|
|
bool
|
|
default y
|
|
select HAS_STATE_LOW_POWER_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 "$ZEPHYR_BASE/Kconfig"
|