From dabbe217fceade1cbcd39a88c448fe1c5d7e3432 Mon Sep 17 00:00:00 2001 From: sunghan Date: Wed, 22 Mar 2017 14:16:31 +0900 Subject: [PATCH] remove unsupported configuration latency and debug are not supported so that configurations are needed. --- os/kernel/Kconfig | 5 ----- 1 file changed, 5 deletions(-) diff --git a/os/kernel/Kconfig b/os/kernel/Kconfig index 11ce03b..bd6b13a 100644 --- a/os/kernel/Kconfig +++ b/os/kernel/Kconfig @@ -1058,8 +1058,3 @@ config PTHREAD_STACK_DEFAULT Default pthread stack size endmenu # Stack size information -comment "Kernel Latency utility" -source kernel/latency/Kconfig - -comment "Kernel Debug and Simulation" -source kernel/debug/Kconfig -- 2.7.4