From 5c74c417277b9d052515ab532a5e6a638941750c Mon Sep 17 00:00:00 2001 From: Heesub Shin Date: Tue, 16 May 2017 15:23:57 +0900 Subject: [PATCH] kernel/Kconfig: make ARCH_HAVE_TICKLESS invisible CONFIG_ARCH_HAVE_TICKLESS should be invisible and selected only by another Kconfig entry that is architecture-specific. In other words, it is not a user-configurable kconfig entry. Change-Id: Icfd9ebb64618cc5e94bd21a6ab5113a32092ba0b Signed-off-by: Heesub Shin --- os/kernel/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/os/kernel/Kconfig b/os/kernel/Kconfig index df4c49d..a088276 100644 --- a/os/kernel/Kconfig +++ b/os/kernel/Kconfig @@ -50,7 +50,7 @@ endif # DISABLE_OS_API menu "Clocks and Timers" config ARCH_HAVE_TICKLESS - bool "Enable if ARCH supports" + bool default n config SCHED_TICKLESS -- 2.7.4