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/intel/socket_m/Kconfig | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cpu/intel/socket_m/Kconfig') diff --git a/src/cpu/intel/socket_m/Kconfig b/src/cpu/intel/socket_m/Kconfig index 4e74eb4fad..6285e823a5 100644 --- a/src/cpu/intel/socket_m/Kconfig +++ b/src/cpu/intel/socket_m/Kconfig @@ -7,7 +7,6 @@ config SOCKET_SPECIFIC_OPTIONS def_bool y select CPU_INTEL_MODEL_6EX select CPU_INTEL_MODEL_6FX - select MMX config DCACHE_RAM_BASE hex -- cgit v1.2.3