Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 74397174 authored by Mark Brown's avatar Mark Brown Committed by Catalin Marinas
Browse files

arm64: Fix duplicated Kconfig entries



Probably due to rebasing over the lengthy time it took to get the patch
merged commit addea9ef (cpufreq: enable ARM drivers on arm64) added
a duplicate Power management options section.  Add CPUfreq to the CPU
power management section and remove a duplicate include of the main
power section.

Signed-off-by: default avatarMark Brown <broonie@linaro.org>
Signed-off-by: default avatarCatalin Marinas <catalin.marinas@arm.com>
parent 9c7e535f
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -321,12 +321,6 @@ menu "CPU Power Management"

source "drivers/cpuidle/Kconfig"

endmenu

menu "Power management options"

source "kernel/power/Kconfig"

source "drivers/cpufreq/Kconfig"

endmenu