aboutsummaryrefslogtreecommitdiff
path: root/src/cpu/intel/Kconfig
diff options
context:
space:
mode:
authorMarc Jones <marc.jones@se-eng.com>2015-09-24 21:38:26 -0600
committerMartin Roth <martinroth@google.com>2015-11-10 00:19:01 +0100
commit2d72345f80266555aa3c358d0b7bcda083687b5c (patch)
treef7245fe14d4ba498e31ebcd7fb038fb54e91228a /src/cpu/intel/Kconfig
parentcb492da9134c911502905cf9ec705c54992c9df9 (diff)
cpu/intel: Add socket BGA1284
Add an additional Sandy(Ivy)bridge processor socket. Change-Id: I7eff7183d0c003e61fdda5350579f4d3dec7504d Signed-off-by: Marc Jones <marc.jones@se-eng.com> Reviewed-on: http://review.coreboot.org/12168 Tested-by: build bot (Jenkins) Reviewed-by: Stefan Reinauer <stefan.reinauer@coreboot.org> Reviewed-by: York Yang <york.yang@intel.com>
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 b388c50f29..19f1c73208 100644
--- a/src/cpu/intel/Kconfig
+++ b/src/cpu/intel/Kconfig
@@ -25,6 +25,7 @@ source src/cpu/intel/haswell/Kconfig
source src/cpu/intel/slot_2/Kconfig
source src/cpu/intel/slot_1/Kconfig
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_mFCBGA479/Kconfig
source src/cpu/intel/socket_mFCPGA478/Kconfig