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:
838977f
)
ARM64: Remove duplicated Kconfig entry for "kernel/power/Kconfig"
author
Hanjun Guo
<hanjun.guo@linaro.org>
Thu, 3 Apr 2014 11:16:49 +0000
(12:16 +0100)
committer
Catalin Marinas
<catalin.marinas@arm.com>
Tue, 22 Apr 2014 17:06:13 +0000
(18:06 +0100)
There is a duplicated Kconfig entry for "kernel/power/Kconfig"
in menu "Power management options" and "CPU Power Management",
remove the one from menu "CPU Power Management" suggested by
Viresh.
Signed-off-by: Hanjun Guo <hanjun.guo@linaro.org>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>
arch/arm64/Kconfig
patch
|
blob
|
blame
|
history
diff --git
a/arch/arm64/Kconfig
b/arch/arm64/Kconfig
index e6e4d3749a6e9d1eef343ec1f502c265a17c8e6d..e759af5d70988ea27959db20c7ef510a621ad335 100644
(file)
--- a/
arch/arm64/Kconfig
+++ b/
arch/arm64/Kconfig
@@
-323,8
+323,6
@@
menu "CPU Power Management"
source "drivers/cpuidle/Kconfig"
-source "kernel/power/Kconfig"
-
source "drivers/cpufreq/Kconfig"
endmenu