aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/model_106cx
diff options
context:
space:
mode:
authorWarren Turkal <wt@penguintechs.org>2010-09-26 15:18:21 +0000
committerStefan Reinauer <stepan@openbios.org>2010-09-26 15:18:21 +0000
commitd6924e820fd7e1b461081de0ac9f820129769e79 (patch)
tree947677d32fa9ba8aede951d1b819c7b55ee92962 /src/cpu/intel/model_106cx
parent64b26009a1303dab9da4d118c19c22f3992830be (diff)
Normalize the config option for the Intel Atom CPU.
All Intel CPU models appear to be identified with the form INTEL_CPU_MODEL_xxxxx. I haved changed the Atom to fit this normal form. A side effect is that the CPU doesn't need to be listed on the boards that support it since the socket identifies the CPUs it supports. Signed-off-by: Warren Turkal <wt@penguintechs.org> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5853 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src/cpu/intel/model_106cx')
-rw-r--r--src/cpu/intel/model_106cx/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cpu/intel/model_106cx/Kconfig b/src/cpu/intel/model_106cx/Kconfig
index 34092ce20c..09449cb2dc 100644
--- a/src/cpu/intel/model_106cx/Kconfig
+++ b/src/cpu/intel/model_106cx/Kconfig
@@ -1,4 +1,4 @@
-config CPU_INTEL_ATOM_230
+config CPU_INTEL_MODEL_106CX
bool
select SMP
select SSE2