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:
45c2e99
)
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
Chungwoo Park
<cww.park@samsung.com>
Mon, 21 May 2018 08:35:43 +0000
(17:35 +0900)
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 e10bc96fd035c52f9ad9e7865aa7cfabbd3a79cb..202fd7f359b45840e3fe46f1a7735faf913b1285 100644
(file)
--- 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 S
MP
+ depends on S
CHED_EMS
default n
help
Basically, the Fluid RT selects the core by a task priority as usual.