zephyr/tests/kernel/profiling/profiling_api/Kconfig
Flavio Ceolin d21808b0b1 power: Remove residency and states from Kconfig
Residency time and power states are defined using device tree now.

Signed-off-by: Flavio Ceolin <flavio.ceolin@intel.com>
2021-01-22 09:31:20 -05:00

13 lines
323 B
Plaintext

# SPDX-License-Identifier: Apache-2.0
config KERNEL_PROFILING_API_TEST
bool
default y
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 "Kconfig"