commit | bb0a56ecc4ba2a3db1b6ea6949c309886e3447d3 | [log] [tgz] |
---|---|---|
author | Dave Jones <davej@redhat.com> | Thu May 19 18:51:07 2011 -0400 |
committer | Dave Jones <davej@redhat.com> | Thu May 19 18:51:07 2011 -0400 |
tree | 680b1307d7d9c1a188b7483875f7a3287d8b51a0 | |
parent | 1a8e1463a49aaa452da1cefe184a00d4df47f1ef [diff] [blame] |
[CPUFREQ] Move x86 drivers to drivers/cpufreq/ Signed-off-by: Dave Jones <davej@redhat.com>
diff --git a/arch/x86/Kconfig b/arch/x86/Kconfig index cc6c53a..e7f94a5 100644 --- a/arch/x86/Kconfig +++ b/arch/x86/Kconfig
@@ -1848,7 +1848,7 @@ endif # APM -source "arch/x86/kernel/cpu/cpufreq/Kconfig" +source "drivers/cpufreq/Kconfig" source "drivers/cpuidle/Kconfig"