From 1a903f9878fcbea21e7d40a31f3fd9a3e87b8085 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Wed, 17 May 2023 23:10:32 +0200 Subject: cpu/Kconfig: Remove MMX config option MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Now -mno-mmx is statically set in arch/x86 so remove this option. Signed-off-by: Arthur Heymans Change-Id: I0da7f9f1afb0c8ecae728c45591897ca1d4dfb11 Reviewed-on: https://review.coreboot.org/c/coreboot/+/75318 Tested-by: build bot (Jenkins) Reviewed-by: Kyösti Mälkki Reviewed-by: Lean Sheng Tan Reviewed-by: Felix Held --- src/cpu/Kconfig | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/cpu/Kconfig') diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index 297b1a125e..7d315a46b7 100644 --- a/src/cpu/Kconfig +++ b/src/cpu/Kconfig @@ -27,12 +27,6 @@ config SMP This option is used to enable certain functions to make coreboot work correctly on symmetric multi processor (SMP) systems. -config MMX - bool - help - Select MMX in your socket or model Kconfig if your CPU has MMX - streaming SIMD instructions. - config SSE bool help -- cgit v1.2.3