From: Thomas Gleixner Date: Fri, 19 Oct 2007 18:35:02 +0000 (+0200) Subject: x86: move cpufreq Kconfigs to the same directory X-Git-Tag: v2.6.24-rc1~132^2~27 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=06b4f2a51c02ad6190b569b67ac493659d9df68c;p=profile%2Fivi%2Fkernel-x86-ivi.git 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: Thomas Gleixner --- diff --git a/arch/i386/Kconfig b/arch/i386/Kconfig index b84d505..ffcbbba 100644 --- a/arch/i386/Kconfig +++ b/arch/i386/Kconfig @@ -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 diff --git a/arch/x86/kernel/cpu/cpufreq/Kconfig b/arch/x86/kernel/cpu/cpufreq/Kconfig_32 similarity index 100% rename from arch/x86/kernel/cpu/cpufreq/Kconfig rename to arch/x86/kernel/cpu/cpufreq/Kconfig_32 diff --git a/arch/x86/kernel/cpufreq/Kconfig b/arch/x86/kernel/cpu/cpufreq/Kconfig_64 similarity index 97% rename from arch/x86/kernel/cpufreq/Kconfig rename to arch/x86/kernel/cpu/cpufreq/Kconfig_64 index a3fd519..9c9699f 100644 --- a/arch/x86/kernel/cpufreq/Kconfig +++ b/arch/x86/kernel/cpu/cpufreq/Kconfig_64 @@ -19,7 +19,7 @@ config X86_POWERNOW_K8 To compile this driver as a module, choose M here: the module will be called powernow-k8. - For details, take a look at . + For details, take a look at . If in doubt, say N. diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 78cb68f..712ebd9 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig @@ -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