cpu: assume SSE if SSE2 is selected

If the SSE2 Kconfig option is selected also select SSE.

Change-Id: I6ccba57d5ae13b8066f2f744cd739282ffd4fe73
Signed-off-by: Aaron Durbin <adurbin@chromium.org>
Reviewed-on: https://review.coreboot.org/20245
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Reviewed-by: Paul Menzel <paulepanter@users.sourceforge.net>
Reviewed-by: Patrick Rudolph <siro@das-labor.org>
This commit is contained in:
Aaron Durbin 2017-06-16 15:20:57 -05:00 committed by Martin Roth
parent 0781cbe1d3
commit b1aa6114b1
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@ config SSE
config SSE2 config SSE2
bool bool
default n default n
select SSE
help help
Select SSE2 in your socket or model Kconfig if your CPU has SSE2 Select SSE2 in your socket or model Kconfig if your CPU has SSE2
streaming SIMD instructions. Some parts of coreboot can be built streaming SIMD instructions. Some parts of coreboot can be built