Normalize the config option for the Intel Atom CPU.
authorWarren Turkal <wt@penguintechs.org>
Sun, 26 Sep 2010 15:18:21 +0000 (15:18 +0000)
committerStefan Reinauer <stepan@openbios.org>
Sun, 26 Sep 2010 15:18:21 +0000 (15:18 +0000)
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

src/cpu/intel/model_106cx/Kconfig
src/mainboard/intel/d945gclf/Kconfig

index 34092ce20c60e4904d008d0bf9f1bc40ff9868ff..09449cb2dc9b4d6892689262ff74b946114c006e 100644 (file)
@@ -1,4 +1,4 @@
-config CPU_INTEL_ATOM_230
+config CPU_INTEL_MODEL_106CX
        bool
        select SMP
        select SSE2
index f1ec575c8b3fe26fb45999157864c9b79f13e968..ac8624482bff058c07fd8924ac3cc87fb4a6f28d 100644 (file)
@@ -21,7 +21,6 @@ if BOARD_INTEL_D945GCLF
 config BOARD_SPECIFIC_OPTIONS # dummy
        def_bool y
        select ARCH_X86
-       select CPU_INTEL_ATOM_230
        select CPU_INTEL_SOCKET_441
        select NORTHBRIDGE_INTEL_I945
        select SOUTHBRIDGE_INTEL_I82801GX