Browse Source

arm64: Fix duplicated Kconfig entries again

Commit 74397174989e5f70 attempted to clean up the power management options
for arm64, but when things were merged it didn't fully take effect.  Fix
it again.

Signed-off-by: Josh Boyer <jwboyer@fedoraproject.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Josh Boyer 11 years ago
parent
commit
62d1a3ba5a
1 changed files with 0 additions and 6 deletions
  1. 0 6
      arch/arm64/Kconfig

+ 0 - 6
arch/arm64/Kconfig

@@ -321,12 +321,6 @@ menu "CPU Power Management"
 
 
 source "drivers/cpuidle/Kconfig"
 source "drivers/cpuidle/Kconfig"
 
 
-source "drivers/cpufreq/Kconfig"
-
-endmenu
-
-menu "Power management options"
-
 source "kernel/power/Kconfig"
 source "kernel/power/Kconfig"
 
 
 source "drivers/cpufreq/Kconfig"
 source "drivers/cpufreq/Kconfig"