diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2007-11-06 13:35:19 -0500 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2007-11-12 15:02:18 -0500 |
commit | e8ef95227a66284e070d255f902e2e4139fd141a (patch) | |
tree | f99622cafd034a5184a4e6a1fe5e521e136541d5 /arch/x86/Kconfig.i386 | |
parent | 6e800af233e0bdf108efb7bd23c11ea6fa34cdeb (diff) |
x86: unification of cfufreq/Kconfig
Merge the two Kconfig files to a single file.
Checked using make allmodconfig for x86_64.
No changes in build.
Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
Cc: Adrian Bunk <bunk@kernel.org>
Cc: Dave Jones <davej@codemonkey.org.uk>
Diffstat (limited to 'arch/x86/Kconfig.i386')
-rw-r--r-- | arch/x86/Kconfig.i386 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/x86/Kconfig.i386 b/arch/x86/Kconfig.i386 index 7331efe891a7..b6f2fd0e443b 100644 --- a/arch/x86/Kconfig.i386 +++ b/arch/x86/Kconfig.i386 | |||
@@ -1092,7 +1092,7 @@ config APM_REAL_MODE_POWER_OFF | |||
1092 | 1092 | ||
1093 | endif # APM | 1093 | endif # APM |
1094 | 1094 | ||
1095 | source "arch/x86/kernel/cpu/cpufreq/Kconfig_32" | 1095 | source "arch/x86/kernel/cpu/cpufreq/Kconfig" |
1096 | 1096 | ||
1097 | source "drivers/cpuidle/Kconfig" | 1097 | source "drivers/cpuidle/Kconfig" |
1098 | 1098 | ||