aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/Kconfig.cpu
diff options
context:
space:
mode:
authorIngo Molnar <mingo@elte.hu>2008-04-30 08:58:27 +0200
committerIngo Molnar <mingo@elte.hu>2008-04-30 23:15:35 +0200
commitacbaa93e3d38db0e67b070d97598f87a7a6779da (patch)
treedd9ad636adf138956b61070c7bccd915808f0966 /arch/x86/Kconfig.cpu
parentx86: Kconfig fix (diff)
downloadlinux-dev-acbaa93e3d38db0e67b070d97598f87a7a6779da.tar.xz
linux-dev-acbaa93e3d38db0e67b070d97598f87a7a6779da.zip
x86: CONFIG_X86_ELAN fix
move the X86_CPU section out of the !X86_ELAN branch. Signed-off-by: Ingo Molnar <mingo@elte.hu> Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Diffstat (limited to 'arch/x86/Kconfig.cpu')
-rw-r--r--arch/x86/Kconfig.cpu10
1 files changed, 5 insertions, 5 deletions
diff --git a/arch/x86/Kconfig.cpu b/arch/x86/Kconfig.cpu
index 7ef18b01f0bc..2ad6301849a1 100644
--- a/arch/x86/Kconfig.cpu
+++ b/arch/x86/Kconfig.cpu
@@ -278,11 +278,6 @@ config GENERIC_CPU
endchoice
-config X86_CPU
- def_bool y
- select GENERIC_FIND_FIRST_BIT
- select GENERIC_FIND_NEXT_BIT
-
config X86_GENERIC
bool "Generic x86 support"
depends on X86_32
@@ -297,6 +292,11 @@ config X86_GENERIC
endif
+config X86_CPU
+ def_bool y
+ select GENERIC_FIND_FIRST_BIT
+ select GENERIC_FIND_NEXT_BIT
+
#
# Define implied options from the CPU selection here
config X86_L1_CACHE_BYTES