diff options
author | Thomas Gleixner <tglx@linutronix.de> | 2007-10-19 14:35:02 -0400 |
---|---|---|
committer | Thomas Gleixner <tglx@linutronix.de> | 2007-10-19 14:35:02 -0400 |
commit | 06b4f2a51c02ad6190b569b67ac493659d9df68c (patch) | |
tree | 87e203946d88b8cace7e501d25eced233f7d1b60 /arch/x86_64 | |
parent | 0387f4511e05a5cba8570e47cd1c7b7cc7875787 (diff) |
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 <tglx@linutronix.de>
Diffstat (limited to 'arch/x86_64')
-rw-r--r-- | arch/x86_64/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86_64/Kconfig b/arch/x86_64/Kconfig index 78cb68f2ebbd..712ebd9c5d6a 100644 --- a/arch/x86_64/Kconfig +++ b/arch/x86_64/Kconfig | |||
@@ -723,7 +723,7 @@ config ARCH_HIBERNATION_HEADER | |||
723 | 723 | ||
724 | source "drivers/acpi/Kconfig" | 724 | source "drivers/acpi/Kconfig" |
725 | 725 | ||
726 | source "arch/x86/kernel/cpufreq/Kconfig" | 726 | source "arch/x86/kernel/cpu/cpufreq/Kconfig_64" |
727 | 727 | ||
728 | endmenu | 728 | endmenu |
729 | 729 | ||