blob: 3594a30c5a6208fd0c9687c6aa8f1c213f7711ad [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
6config BOARD_INTEL_D810E2CB
7 bool "D810E2CB"
8config BOARD_INTEL_D945GCLF
9 bool "D945GCLF"
10config BOARD_INTEL_EAGLEHEIGHTS
11 bool "EagleHeights"
Stefan Reinauer6651da32012-04-27 23:16:30 +020012config BOARD_INTEL_EMERALDLAKE2
13 bool "Emerald Lake 2 CRB"
Jens Rottmann9a684fc2010-08-30 16:36:51 +000014config BOARD_INTEL_JARRELL
15 bool "Jarrell (SE7520JR2)"
16config BOARD_INTEL_MTARVON
17 bool "3100 devkit (Mt. Arvon)"
18config BOARD_INTEL_TRUXTON
19 bool "EP80579 devkit (Truxton)"
20config BOARD_INTEL_XE7501DEVKIT
21 bool "XE7501devkit"
Stefan Reinauere265d202013-03-12 14:32:26 -070022config BOARD_INTEL_BASKING_RIDGE
23 bool "Basking Ridge CRB"
Duncan Laurie218a6862013-01-11 09:54:55 -080024config BOARD_INTEL_WTM1
25 bool "Whitetip Mountain 1 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
Joseph Smith49cdb0c2010-06-21 23:27:15 +000031source "src/mainboard/intel/d810e2cb/Kconfig"
Stefan Reinauer1a08f582009-10-28 16:52:48 +000032source "src/mainboard/intel/d945gclf/Kconfig"
Patrick Georgi88f55b22009-09-25 18:43:02 +000033source "src/mainboard/intel/eagleheights/Kconfig"
Stefan Reinauer6651da32012-04-27 23:16:30 +020034source "src/mainboard/intel/emeraldlake2/Kconfig"
Stefan Reinauere265d202013-03-12 14:32:26 -070035source "src/mainboard/intel/baskingridge/Kconfig"
Patrick Georgi88f55b22009-09-25 18:43:02 +000036source "src/mainboard/intel/jarrell/Kconfig"
37source "src/mainboard/intel/mtarvon/Kconfig"
38source "src/mainboard/intel/truxton/Kconfig"
39source "src/mainboard/intel/xe7501devkit/Kconfig"
Duncan Laurie218a6862013-01-11 09:54:55 -080040source "src/mainboard/intel/wtm1/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