2fc27cff782cc2dd009dd57e6891aeec6963a2fc
[coreboot.git] / src / cpu / intel / socket_mPGA604 / Kconfig
1 config CPU_INTEL_SOCKET_MPGA604
2         bool
3         select CPU_INTEL_MODEL_F2X
4         select CPU_INTEL_MODEL_F3X
5         select CPU_INTEL_MODEL_F4X
6         select MMX
7         select SSE
8         select UDELAY_TSC
9
10 # mPGA604 are usually Intel Netburst CPUs which should have SSE2
11 # but the ramtest.c code on the Dell S1850 seems to choke on
12 # enabling it, so disable it for now.
13 config SSE2
14         bool
15         default n
16         depends on CPU_INTEL_SOCKET_MPGA604