diff options
author | Hanjun Guo <hanjun.guo@linaro.org> | 2014-04-03 12:16:49 +0100 |
---|---|---|
committer | Catalin Marinas <catalin.marinas@arm.com> | 2014-04-22 18:06:13 +0100 |
commit | 40732b369a715e2d17e7c0c9997a5b89ad666168 (patch) | |
tree | 0d8ea416b40e32875fefab9923f86a1b09f99229 /arch/arm64 | |
parent | 838977f0178334bf3d7f3e974ea3154b68979be0 (diff) | |
download | linux-stable-40732b369a715e2d17e7c0c9997a5b89ad666168.tar.gz linux-stable-40732b369a715e2d17e7c0c9997a5b89ad666168.tar.bz2 linux-stable-40732b369a715e2d17e7c0c9997a5b89ad666168.zip |
ARM64: Remove duplicated Kconfig entry for "kernel/power/Kconfig"
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>
Diffstat (limited to 'arch/arm64')
-rw-r--r-- | arch/arm64/Kconfig | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/arch/arm64/Kconfig b/arch/arm64/Kconfig index e6e4d3749a6e..e759af5d7098 100644 --- 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 |