blob: 9dd8a5e7f372fd43401951910babdf1d09efaf56 [file] [log] [blame]
Jens Rottmann9a684fc2010-08-30 16:36:51 +00001if VENDOR_INTEL
2
Patrick Georgi88f55b22009-09-25 18:43:02 +00003choice
Jens Rottmann9a684fc2010-08-30 16:36:51 +00004 prompt "Mainboard model"
5
Martin Rothd75800c2014-05-12 21:56:27 -06006config BOARD_INTEL_BAYLEYBAY_FSP
7 bool "Bayley Bay FSP-based CRB"
Marc Jones48a749a82013-10-29 22:13:38 -06008config BOARD_INTEL_COUGAR_CANYON2
9 bool "Cougar Canyon 2 CRB"
Jens Rottmann9a684fc2010-08-30 16:36:51 +000010config BOARD_INTEL_D810E2CB
11 bool "D810E2CB"
12config BOARD_INTEL_D945GCLF
13 bool "D945GCLF"
14config BOARD_INTEL_EAGLEHEIGHTS
15 bool "EagleHeights"
Stefan Reinauer6651da32012-04-27 23:16:30 +020016config BOARD_INTEL_EMERALDLAKE2
17 bool "Emerald Lake 2 CRB"
Jens Rottmann9a684fc2010-08-30 16:36:51 +000018config BOARD_INTEL_JARRELL
19 bool "Jarrell (SE7520JR2)"
Martin Rothe6df0412014-07-28 14:22:32 -060020config BOARD_INTEL_MINNOWMAX
21 bool "Minnow Max"
Martin Roth90957f82014-05-21 14:23:12 -060022config BOARD_INTEL_MOHONPEAK
23 bool "Mohon Peak CRB"
Jens Rottmann9a684fc2010-08-30 16:36:51 +000024config BOARD_INTEL_MTARVON
25 bool "3100 devkit (Mt. Arvon)"
26config BOARD_INTEL_TRUXTON
27 bool "EP80579 devkit (Truxton)"
28config BOARD_INTEL_XE7501DEVKIT
29 bool "XE7501devkit"
Stefan Reinauere265d202013-03-12 14:32:26 -070030config BOARD_INTEL_BASKING_RIDGE
31 bool "Basking Ridge CRB"
Duncan Laurieafad0562013-01-14 08:50:03 -080032config BOARD_INTEL_WTM2
33 bool "Whitetip Mountain 2 CRB"
Jens Rottmann9a684fc2010-08-30 16:36:51 +000034
35endchoice
Patrick Georgi88f55b22009-09-25 18:43:02 +000036
Martin Rothd75800c2014-05-12 21:56:27 -060037source "src/mainboard/intel/bayleybay_fsp/Kconfig"
Marc Jones48a749a82013-10-29 22:13:38 -060038source "src/mainboard/intel/cougar_canyon2/Kconfig"
Joseph Smith49cdb0c2010-06-21 23:27:15 +000039source "src/mainboard/intel/d810e2cb/Kconfig"
Stefan Reinauer1a08f582009-10-28 16:52:48 +000040source "src/mainboard/intel/d945gclf/Kconfig"
Patrick Georgi88f55b22009-09-25 18:43:02 +000041source "src/mainboard/intel/eagleheights/Kconfig"
Stefan Reinauer6651da32012-04-27 23:16:30 +020042source "src/mainboard/intel/emeraldlake2/Kconfig"
Stefan Reinauere265d202013-03-12 14:32:26 -070043source "src/mainboard/intel/baskingridge/Kconfig"
Patrick Georgi88f55b22009-09-25 18:43:02 +000044source "src/mainboard/intel/jarrell/Kconfig"
Martin Rothe6df0412014-07-28 14:22:32 -060045source "src/mainboard/intel/minnowmax/Kconfig"
Martin Roth90957f82014-05-21 14:23:12 -060046source "src/mainboard/intel/mohonpeak/Kconfig"
Patrick Georgi88f55b22009-09-25 18:43:02 +000047source "src/mainboard/intel/mtarvon/Kconfig"
48source "src/mainboard/intel/truxton/Kconfig"
49source "src/mainboard/intel/xe7501devkit/Kconfig"
Duncan Laurieafad0562013-01-14 08:50:03 -080050source "src/mainboard/intel/wtm2/Kconfig"
Patrick Georgi88f55b22009-09-25 18:43:02 +000051
Jens Rottmann9a684fc2010-08-30 16:36:51 +000052config MAINBOARD_VENDOR
53 string
54 default "Intel"
Patrick Georgi88f55b22009-09-25 18:43:02 +000055
Jens Rottmann9a684fc2010-08-30 16:36:51 +000056endif # VENDOR_INTEL