From: Myles Watson Date: Mon, 26 Apr 2010 13:27:35 +0000 (+0000) Subject: Enable SSE2 for ep80579. Reported by Dustin Harrison. X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=commitdiff_plain;h=03a5d802ffae730cf9e8b92d229d3c2d7e4332f3;p=coreboot.git Enable SSE2 for ep80579. Reported by Dustin Harrison. Signed-off-by: Myles Watson Acked-by: Myles Watson git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5504 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1 --- diff --git a/src/cpu/intel/ep80579/Kconfig b/src/cpu/intel/ep80579/Kconfig index 7a2b6fe03..d759ff4f5 100644 --- a/src/cpu/intel/ep80579/Kconfig +++ b/src/cpu/intel/ep80579/Kconfig @@ -1,2 +1,3 @@ config CPU_INTEL_EP80579 bool + select SSE2