Move the 64bit Kconfig file to arch/x86/kernel/cpu/cpufreq, so we
can unify them.
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
 
 endif # APM
 
-source "arch/x86/kernel/cpu/cpufreq/Kconfig"
+source "arch/x86/kernel/cpu/cpufreq/Kconfig_32"
 
 endmenu
 
 
          To compile this driver as a module, choose M here: the
          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.
 
 
 
 source "drivers/acpi/Kconfig"
 
-source "arch/x86/kernel/cpufreq/Kconfig"
+source "arch/x86/kernel/cpu/cpufreq/Kconfig_64"
 
 endmenu