diff options
author | Sam Ravnborg <sam@ravnborg.org> | 2007-11-06 19:35:19 +0100 |
---|---|---|
committer | Sam Ravnborg <sam@ravnborg.org> | 2007-11-12 21:02:18 +0100 |
commit | e8ef95227a66284e070d255f902e2e4139fd141a (patch) | |
tree | f99622cafd034a5184a4e6a1fe5e521e136541d5 /arch/x86/Kconfig.i386 | |
parent | 6e800af233e0bdf108efb7bd23c11ea6fa34cdeb (diff) | |
download | kernel-crypto-e8ef95227a66284e070d255f902e2e4139fd141a.tar.gz kernel-crypto-e8ef95227a66284e070d255f902e2e4139fd141a.tar.xz kernel-crypto-e8ef95227a66284e070d255f902e2e4139fd141a.zip |
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 7331efe891a..b6f2fd0e443 100644 --- a/arch/x86/Kconfig.i386 +++ b/arch/x86/Kconfig.i386 @@ -1092,7 +1092,7 @@ config APM_REAL_MODE_POWER_OFF endif # APM -source "arch/x86/kernel/cpu/cpufreq/Kconfig_32" +source "arch/x86/kernel/cpu/cpufreq/Kconfig" source "drivers/cpuidle/Kconfig" |