Support variables for MMX and SSE. These would be used in
authorRonald G. Minnich <rminnich@gmail.com>
Thu, 1 Oct 2009 23:22:50 +0000 (23:22 +0000)
committerRonald G. Minnich <rminnich@gmail.com>
Thu, 1 Oct 2009 23:22:50 +0000 (23:22 +0000)
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

index 8f6064439560988950b36a307a4c170a9cecdeb7..54b01758827ac70bd2f16f915b9eda84cc4df9a0 100644 (file)
@@ -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.