aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/Kconfig
diff options
context:
space:
mode:
authorHal Martin <hal.martin@gmail.com>2017-10-28 10:55:23 +0000
committerMartin Roth <martinroth@google.com>2017-11-07 04:39:14 +0000
commit399d35fee0a7b926109510a8b9037e3d2fbb04e2 (patch)
treef14b567e147be30e3b507d909a7c4a14e52d5632 /src/cpu/intel/Kconfig
parent3727708aefb03ac7ca0f15246cfded18b85b49b3 (diff)
cpu/intel: Add Intel FCBGA1023 socket support
This socket is used by 2nd and 3rd generation mobile SKUs from 2011-2013. select SSE2 per review suggestion Change-Id: I9306a3364ae15530c99ca3379cfa2057c5879681 Signed-off-by: Hal Martin <hal.martin@gmail.com> Reviewed-on: https://review.coreboot.org/22209 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Nico Huber <nico.h@gmx.de>
Diffstat (limited to 'src/cpu/intel/Kconfig')
-rw-r--r--src/cpu/intel/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/cpu/intel/Kconfig b/src/cpu/intel/Kconfig
index 138da8c1dd..bd4e690b40 100644
--- a/src/cpu/intel/Kconfig
+++ b/src/cpu/intel/Kconfig
@@ -28,6 +28,7 @@ source src/cpu/intel/socket_BGA956/Kconfig
source src/cpu/intel/socket_BGA1284/Kconfig
source src/cpu/intel/socket_FC_PGA370/Kconfig
source src/cpu/intel/socket_FCBGA559/Kconfig
+source src/cpu/intel/socket_FCBGA1023/Kconfig
source src/cpu/intel/socket_mFCBGA479/Kconfig
source src/cpu/intel/socket_mFCPGA478/Kconfig
source src/cpu/intel/socket_mPGA478/Kconfig