blob: fff65947598bf8aea389d551ad780fab758b775a [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"
Jens Rottmann9a684fc2010-08-30 16:36:51 +000024
25endchoice
Patrick Georgi88f55b22009-09-25 18:43:02 +000026
Joseph Smith49cdb0c2010-06-21 23:27:15 +000027source "src/mainboard/intel/d810e2cb/Kconfig"
Stefan Reinauer1a08f582009-10-28 16:52:48 +000028source "src/mainboard/intel/d945gclf/Kconfig"
Patrick Georgi88f55b22009-09-25 18:43:02 +000029source "src/mainboard/intel/eagleheights/Kconfig"
Stefan Reinauer6651da32012-04-27 23:16:30 +020030source "src/mainboard/intel/emeraldlake2/Kconfig"
Stefan Reinauere265d202013-03-12 14:32:26 -070031source "src/mainboard/intel/baskingridge/Kconfig"
Patrick Georgi88f55b22009-09-25 18:43:02 +000032source "src/mainboard/intel/jarrell/Kconfig"
33source "src/mainboard/intel/mtarvon/Kconfig"
34source "src/mainboard/intel/truxton/Kconfig"
35source "src/mainboard/intel/xe7501devkit/Kconfig"
36
Jens Rottmann9a684fc2010-08-30 16:36:51 +000037config MAINBOARD_VENDOR
38 string
39 default "Intel"
Patrick Georgi88f55b22009-09-25 18:43:02 +000040
Jens Rottmann9a684fc2010-08-30 16:36:51 +000041endif # VENDOR_INTEL