From d6924e820fd7e1b461081de0ac9f820129769e79 Mon Sep 17 00:00:00 2001 From: Warren Turkal Date: Sun, 26 Sep 2010 15:18:21 +0000 Subject: 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 Acked-by: Stefan Reinauer git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5853 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- src/cpu/intel/model_106cx/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/cpu/intel/model_106cx/Kconfig') 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 -- cgit v1.2.3