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=ae496b31b08d44e6ad6c8644ab2c2c670a079bda;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 466cfca437ce..d276e56b2d06 100644 --- a/init/Kconfig +++ b/init/Kconfig @@ -1101,7 +1101,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.