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

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
...@@ -1080,7 +1080,7 @@ config APM_REAL_MODE_POWER_OFF ...@@ -1080,7 +1080,7 @@ config APM_REAL_MODE_POWER_OFF
endif # APM endif # APM
source "arch/x86/kernel/cpu/cpufreq/Kconfig" source "arch/x86/kernel/cpu/cpufreq/Kconfig_32"
endmenu endmenu
......
...@@ -19,7 +19,7 @@ config X86_POWERNOW_K8 ...@@ -19,7 +19,7 @@ config X86_POWERNOW_K8
To compile this driver as a module, choose M here: the To compile this driver as a module, choose M here: the
module will be called powernow-k8. module will be called powernow-k8.
For details, take a look at <file:Documentation/cpu-freq/>. For details, take a look at <file:Documentation/cpu-freq/>.
If in doubt, say N. If in doubt, say N.
......
...@@ -723,7 +723,7 @@ config ARCH_HIBERNATION_HEADER ...@@ -723,7 +723,7 @@ config ARCH_HIBERNATION_HEADER
source "drivers/acpi/Kconfig" source "drivers/acpi/Kconfig"
source "arch/x86/kernel/cpufreq/Kconfig" source "arch/x86/kernel/cpu/cpufreq/Kconfig_64"
endmenu endmenu
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment