1# SPDX-License-Identifier: Apache-2.0
2
3config KERNEL_PROFILING_API_TEST
4	bool
5	default y
6	help
7	  Hidden option enabling LPS_0 power state regardless of hardware
8	  support. This ensures that power management hooks used in this
9	  test to profile idle thread will be executed.
10
11# Include Zephyr's Kconfig.
12source "Kconfig"
13