Update the files which contain no license information with the 'Apache-2.0' SPDX license identifier. Many source files in the tree are missing licensing information, which makes it harder for compliance tools to determine the correct license. By default all files without license information are under the default license of Zephyr, which is Apache version 2. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
14 lines
372 B
Plaintext
14 lines
372 B
Plaintext
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
config KERNEL_PROFILING_API_TEST
|
|
bool
|
|
default y
|
|
select HAS_SYS_POWER_STATE_SLEEP_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"
|