From: Park Bumgyu Date: Wed, 11 Apr 2018 01:13:17 +0000 (+0900) Subject: init/kconfig: FRT dependends on EMS X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=2d69f9f4fd4c865d9bc3d7cc07dfda1970657420;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git init/kconfig: FRT dependends on EMS Change-Id: I5b241b766adc14a2169ec773ead76caba7187f03 Signed-off-by: Park Bumgyu --- 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.