blob: 106ce1d0d4e3efbc00cfb94bb0945622267122ff [file] [log] [blame]
Myles Watsond9659012010-03-17 00:55:39 +00001# CPU models
2source src/cpu/intel/model_6xx/Kconfig
Keith Hui6529c2a2010-10-13 17:00:42 +00003source src/cpu/intel/model_67x/Kconfig
Joseph Smith40bffc22010-06-21 19:40:09 +00004source src/cpu/intel/model_68x/Kconfig
Patrick Georgi88f55b22009-09-25 18:43:02 +00005source src/cpu/intel/model_69x/Kconfig
Joseph Smith7488e042010-04-09 11:10:25 +00006source src/cpu/intel/model_6bx/Kconfig
Patrick Georgi88f55b22009-09-25 18:43:02 +00007source src/cpu/intel/model_6dx/Kconfig
Patrick Georgi0588d192009-08-12 15:00:51 +00008source src/cpu/intel/model_6ex/Kconfig
9source src/cpu/intel/model_6fx/Kconfig
Patrick Georgi88f55b22009-09-25 18:43:02 +000010source src/cpu/intel/model_1067x/Kconfig
Stefan Reinauer5fc7f982009-11-04 12:18:44 +000011source src/cpu/intel/model_106cx/Kconfig
Stefan Reinauer5c554632012-04-04 00:09:50 +020012source src/cpu/intel/model_206ax/Kconfig
Myles Watsond9659012010-03-17 00:55:39 +000013source src/cpu/intel/model_f0x/Kconfig
14source src/cpu/intel/model_f1x/Kconfig
15source src/cpu/intel/model_f2x/Kconfig
16source src/cpu/intel/model_f3x/Kconfig
17source src/cpu/intel/model_f4x/Kconfig
Patrick Georgi88f55b22009-09-25 18:43:02 +000018source src/cpu/intel/ep80579/Kconfig
Aaron Durbin76c37002012-10-30 09:03:43 -050019source src/cpu/intel/haswell/Kconfig
Myles Watsond9659012010-03-17 00:55:39 +000020# Sockets/Slots
Uwe Hermannb7fec822009-08-25 12:25:36 +000021source src/cpu/intel/slot_2/Kconfig
Keith Huie1ec1582010-03-05 16:18:38 +000022source src/cpu/intel/slot_1/Kconfig
Kyösti Mälkkie13632a2012-02-10 13:32:13 +020023source src/cpu/intel/socket_BGA956/Kconfig
Joseph Smith40bffc22010-06-21 19:40:09 +000024source src/cpu/intel/socket_FC_PGA370/Kconfig
Joseph Smith7488e042010-04-09 11:10:25 +000025source src/cpu/intel/socket_mFCBGA479/Kconfig
Patrick Georgi88f55b22009-09-25 18:43:02 +000026source src/cpu/intel/socket_mFCPGA478/Kconfig
27source src/cpu/intel/socket_mPGA478/Kconfig
28source src/cpu/intel/socket_mPGA479M/Kconfig
Patrick Georgice568352010-01-04 14:36:55 +000029source src/cpu/intel/socket_mPGA603/Kconfig
Patrick Georgi88f55b22009-09-25 18:43:02 +000030source src/cpu/intel/socket_mPGA604/Kconfig
31source src/cpu/intel/socket_PGA370/Kconfig
Stefan Reinauer5fc7f982009-11-04 12:18:44 +000032source src/cpu/intel/socket_441/Kconfig
Sven Schnelle6d64ade2011-12-02 16:21:35 +010033source src/cpu/intel/socket_LGA771/Kconfig
Stefan Taunerbef3d342012-10-13 13:15:04 +020034source src/cpu/intel/socket_LGA775/Kconfig
Stefan Reinauer5c554632012-04-04 00:09:50 +020035source src/cpu/intel/socket_rPGA989/Kconfig
Aaron Durbin6dccedd2012-12-03 16:17:40 -060036# Architecture specific features
37source src/cpu/intel/fit/Kconfig