From 1860af4bf4cfbf81ea85463ebb4bc35b5271b8e2 Mon Sep 17 00:00:00 2001 From: Andrei Emeltchenko Date: Fri, 20 Oct 2023 13:43:33 +0300 Subject: [PATCH] tests: profiling: Remove unused Kconfig Remove unused Kconfig with unused KERNEL_PROFILING_API_TEST. Signed-off-by: Andrei Emeltchenko --- tests/kernel/profiling/profiling_api/Kconfig | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 tests/kernel/profiling/profiling_api/Kconfig diff --git a/tests/kernel/profiling/profiling_api/Kconfig b/tests/kernel/profiling/profiling_api/Kconfig deleted file mode 100644 index 658baad0aa8..00000000000 --- a/tests/kernel/profiling/profiling_api/Kconfig +++ /dev/null @@ -1,12 +0,0 @@ -# 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"