blob: 75142e39b0db823d1942debfcd47d98030404234 [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
Marc Jones48a749a82013-10-29 22:13:38 -06006config BOARD_INTEL_COUGAR_CANYON2
7 bool "Cougar Canyon 2 CRB"
Jens Rottmann9a684fc2010-08-30 16:36:51 +00008config BOARD_INTEL_D810E2CB
9 bool "D810E2CB"
10config BOARD_INTEL_D945GCLF
11 bool "D945GCLF"
12config BOARD_INTEL_EAGLEHEIGHTS
13 bool "EagleHeights"
Stefan Reinauer6651da32012-04-27 23:16:30 +020014config BOARD_INTEL_EMERALDLAKE2
15 bool "Emerald Lake 2 CRB"
Jens Rottmann9a684fc2010-08-30 16:36:51 +000016config BOARD_INTEL_JARRELL
17 bool "Jarrell (SE7520JR2)"
18config BOARD_INTEL_MTARVON
19 bool "3100 devkit (Mt. Arvon)"
20config BOARD_INTEL_TRUXTON
21 bool "EP80579 devkit (Truxton)"
22config BOARD_INTEL_XE7501DEVKIT
23 bool "XE7501devkit"
Stefan Reinauere265d202013-03-12 14:32:26 -070024config BOARD_INTEL_BASKING_RIDGE
25 bool "Basking Ridge CRB"
Duncan Laurieafad0562013-01-14 08:50:03 -080026config BOARD_INTEL_WTM2
27 bool "Whitetip Mountain 2 CRB"
Jens Rottmann9a684fc2010-08-30 16:36:51 +000028
29endchoice
Patrick Georgi88f55b22009-09-25 18:43:02 +000030
Marc Jones48a749a82013-10-29 22:13:38 -060031source "src/mainboard/intel/cougar_canyon2/Kconfig"
Joseph Smith49cdb0c2010-06-21 23:27:15 +000032source "src/mainboard/intel/d810e2cb/Kconfig"
Stefan Reinauer1a08f582009-10-28 16:52:48 +000033source "src/mainboard/intel/d945gclf/Kconfig"
Patrick Georgi88f55b22009-09-25 18:43:02 +000034source "src/mainboard/intel/eagleheights/Kconfig"
Stefan Reinauer6651da32012-04-27 23:16:30 +020035source "src/mainboard/intel/emeraldlake2/Kconfig"
Stefan Reinauere265d202013-03-12 14:32:26 -070036source "src/mainboard/intel/baskingridge/Kconfig"
Patrick Georgi88f55b22009-09-25 18:43:02 +000037source "src/mainboard/intel/jarrell/Kconfig"
38source "src/mainboard/intel/mtarvon/Kconfig"
39source "src/mainboard/intel/truxton/Kconfig"
40source "src/mainboard/intel/xe7501devkit/Kconfig"
Duncan Laurieafad0562013-01-14 08:50:03 -080041source "src/mainboard/intel/wtm2/Kconfig"
Patrick Georgi88f55b22009-09-25 18:43:02 +000042
Jens Rottmann9a684fc2010-08-30 16:36:51 +000043config MAINBOARD_VENDOR
44 string
45 default "Intel"
Patrick Georgi88f55b22009-09-25 18:43:02 +000046
Jens Rottmann9a684fc2010-08-30 16:36:51 +000047endif # VENDOR_INTEL