projects
/
GitHub
/
LineageOS
/
android_kernel_motorola_exynos9610.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e5d7fcd
)
init/kconfig: FRT dependends on EMS
author
Park Bumgyu
<bumgyu.park@samsung.com>
Wed, 11 Apr 2018 01:13:17 +0000
(10:13 +0900)
committer
Cosmin Tanislav
<demonsingur@gmail.com>
Mon, 22 Apr 2024 17:24:58 +0000
(20:24 +0300)
Change-Id: I5b241b766adc14a2169ec773ead76caba7187f03
Signed-off-by: Park Bumgyu <bumgyu.park@samsung.com>
init/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/init/Kconfig
b/init/Kconfig
index 466cfca437cecf5b27c52392c12e7617161e0255..d276e56b2d06af60b1fc0e697bd21b0bdff4173a 100644
(file)
--- 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 S
MP
+ depends on S
CHED_EMS
default n
help
Basically, the Fluid RT selects the core by a task priority as usual.