Support variables for MMX and SSE. These would be used in
e.g. Makefile.romcc.inc to enable certain features. Signed-off-by: Ronald G. Minnich <rminnich@gmail.com> Acked-by: Peter Stuge <peter@stuge.se> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@4706 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
parent
4c5786b1f9
commit
149d6754aa
|
@ -25,3 +25,17 @@ config SMP
|
|||
bool
|
||||
default y if MAX_CPUS != 1
|
||||
default n
|
||||
|
||||
config MMX
|
||||
bool
|
||||
default n
|
||||
help
|
||||
Set this in socket or model if the CPU has MMX.
|
||||
If the CPUs for the socket always have MMX, set it there.
|
||||
|
||||
config SSE
|
||||
bool
|
||||
default n
|
||||
help
|
||||
Set this in socket or model if the CPU has SSE.
|
||||
If the CPUs for the socket always have MX, set it there.
|
||||
|
|
Loading…
Reference in New Issue