From 2d69f9f4fd4c865d9bc3d7cc07dfda1970657420 Mon Sep 17 00:00:00 2001 From: Park Bumgyu Date: Wed, 11 Apr 2018 10:13:17 +0900 Subject: [PATCH] init/kconfig: FRT dependends on EMS Change-Id: I5b241b766adc14a2169ec773ead76caba7187f03 Signed-off-by: Park Bumgyu --- init/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init/Kconfig b/init/Kconfig index e10bc96fd035..202fd7f359b4 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1026,7 +1026,7 @@ config SIMPLIFIED_ENERGY_MODEL config SCHED_USE_FLUID_RT bool "Enable Fluid RT scheduler feature" - depends on SMP + depends on SCHED_EMS default n help Basically, the Fluid RT selects the core by a task priority as usual. -- 2.20.1