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

Commit 06b4f2a5 authored by Thomas Gleixner's avatar Thomas Gleixner
Browse files

x86: move cpufreq Kconfigs to the same directory



Move the 64bit Kconfig file to arch/x86/kernel/cpu/cpufreq, so we
can unify them.

Signed-off-by: default avatarThomas Gleixner <tglx@linutronix.de>
parent 0387f451
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1080,7 +1080,7 @@ config APM_REAL_MODE_POWER_OFF

endif # APM

source "arch/x86/kernel/cpu/cpufreq/Kconfig"
source "arch/x86/kernel/cpu/cpufreq/Kconfig_32"

endmenu

+1 −1

File changed and moved.

Contains only whitespace changes.

+1 −1
Original line number Diff line number Diff line
@@ -723,7 +723,7 @@ config ARCH_HIBERNATION_HEADER

source "drivers/acpi/Kconfig"

source "arch/x86/kernel/cpufreq/Kconfig"
source "arch/x86/kernel/cpu/cpufreq/Kconfig_64"

endmenu