summaryrefslogtreecommitdiffstats
path: root/src/cpu/Kconfig
diff options
context:
space:
mode:
authorElyes HAOUAS <ehaouas@noos.fr>2020-02-22 10:15:33 +0100
committerPatrick Georgi <pgeorgi@google.com>2020-02-24 14:24:34 +0000
commit32fecd689beb4b50e0b0dca0328b422cfb3a7931 (patch)
treef2d3f235f4b619f5c1da1f748694f8163b335bbf /src/cpu/Kconfig
parent8297fa1e206c7d0a5628661f4ed57f768a676ebe (diff)
downloadcoreboot-32fecd689beb4b50e0b0dca0328b422cfb3a7931.tar.gz
coreboot-32fecd689beb4b50e0b0dca0328b422cfb3a7931.tar.bz2
coreboot-32fecd689beb4b50e0b0dca0328b422cfb3a7931.zip
cpu/Kconfig: Remove old reference to ROMCC
Change-Id: I06425d8290a89e72a2420aeb6a9bc4b4acbaf498 Signed-off-by: Elyes HAOUAS <ehaouas@noos.fr> Reviewed-on: https://review.coreboot.org/c/coreboot/+/39070 Reviewed-by: Patrick Georgi <pgeorgi@google.com> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/cpu/Kconfig')
-rw-r--r--src/cpu/Kconfig6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig
index 1ad7ef1b1bb4..c1b84f9d4403 100644
--- a/src/cpu/Kconfig
+++ b/src/cpu/Kconfig
@@ -27,15 +27,13 @@ config MMX
bool
help
Select MMX in your socket or model Kconfig if your CPU has MMX
- streaming SIMD instructions. ROMCC can build more efficient
- code if it can spill to MMX registers.
+ streaming SIMD instructions.
config SSE
bool
help
Select SSE in your socket or model Kconfig if your CPU has SSE
- streaming SIMD instructions. ROMCC can build more efficient
- code if it can spill to SSE (aka XMM) registers.
+ streaming SIMD instructions.
config SSE2
bool