From 149d6754aa2022eb65aa4d9ed28dea153455d36b Mon Sep 17 00:00:00 2001
From: "Ronald G. Minnich" <rminnich@gmail.com>
Date: Thu, 1 Oct 2009 23:22:50 +0000
Subject: 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
---
 src/cpu/Kconfig | 14 ++++++++++++++
 1 file changed, 14 insertions(+)

(limited to 'src')

diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig
index 8f60644395..54b0175882 100644
--- a/src/cpu/Kconfig
+++ b/src/cpu/Kconfig
@@ -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. 
-- 
cgit v1.2.3