diff options
author | Elyes HAOUAS <ehaouas@noos.fr> | 2020-02-22 10:15:33 +0100 |
---|---|---|
committer | Patrick Georgi <pgeorgi@google.com> | 2020-02-24 14:24:34 +0000 |
commit | 32fecd689beb4b50e0b0dca0328b422cfb3a7931 (patch) | |
tree | f2d3f235f4b619f5c1da1f748694f8163b335bbf /src | |
parent | 8297fa1e206c7d0a5628661f4ed57f768a676ebe (diff) |
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')
-rw-r--r-- | src/cpu/Kconfig | 6 |
1 files 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 |