From 32fecd689beb4b50e0b0dca0328b422cfb3a7931 Mon Sep 17 00:00:00 2001 From: Elyes HAOUAS Date: Sat, 22 Feb 2020 10:15:33 +0100 Subject: cpu/Kconfig: Remove old reference to ROMCC Change-Id: I06425d8290a89e72a2420aeb6a9bc4b4acbaf498 Signed-off-by: Elyes HAOUAS Reviewed-on: https://review.coreboot.org/c/coreboot/+/39070 Reviewed-by: Patrick Georgi Tested-by: build bot (Jenkins) --- src/cpu/Kconfig | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index 1ad7ef1b1b..c1b84f9d44 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 -- cgit v1.2.3