Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

arm64: Fix duplicated Kconfig entries

Probably due to rebasing over the lengthy time it took to get the patch
merged commit addea9ef055b (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: Mark Brown <broonie@linaro.org>
Signed-off-by: Catalin Marinas <catalin.marinas@arm.com>

authored by

Mark Brown and committed by
Catalin Marinas
74397174 9c7e535f

-6
-6
arch/arm64/Kconfig
··· 321 321 322 322 source "drivers/cpuidle/Kconfig" 323 323 324 - endmenu 325 - 326 - menu "Power management options" 327 - 328 - source "kernel/power/Kconfig" 329 - 330 324 source "drivers/cpufreq/Kconfig" 331 325 332 326 endmenu