From b1aa6114b1b824ba73f4ab023b03507041281fdb Mon Sep 17 00:00:00 2001 From: Aaron Durbin Date: Fri, 16 Jun 2017 15:20:57 -0500 Subject: cpu: assume SSE if SSE2 is selected MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit If the SSE2 Kconfig option is selected also select SSE. Change-Id: I6ccba57d5ae13b8066f2f744cd739282ffd4fe73 Signed-off-by: Aaron Durbin Reviewed-on: https://review.coreboot.org/20245 Tested-by: build bot (Jenkins) Reviewed-by: Philippe Mathieu-Daudé Reviewed-by: Paul Menzel Reviewed-by: Patrick Rudolph --- src/cpu/Kconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'src') diff --git a/src/cpu/Kconfig b/src/cpu/Kconfig index 915526b2dc..e10a7022d4 100644 --- a/src/cpu/Kconfig +++ b/src/cpu/Kconfig @@ -65,6 +65,7 @@ config SSE config SSE2 bool default n + select SSE help Select SSE2 in your socket or model Kconfig if your CPU has SSE2 streaming SIMD instructions. Some parts of coreboot can be built -- cgit v1.2.3