blob: fd836987e3238927386c02fad9a8d80e23fca4fa [file] [log] [blame]
Patrick Georgi0588d192009-08-12 15:00:51 +00001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
5##
6## This program is free software; you can redistribute it and/or modify
7## it under the terms of the GNU General Public License as published by
8## the Free Software Foundation; either version 2 of the License, or
9## (at your option) any later version.
10##
11## This program is distributed in the hope that it will be useful,
12## but WITHOUT ANY WARRANTY; without even the implied warranty of
13## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14## GNU General Public License for more details.
15##
16## You should have received a copy of the GNU General Public License
17## along with this program; if not, write to the Free Software
18## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19##
20
21choice
22 prompt "Mainboard model"
23 depends on VENDOR_MSI
Stefan Reinauer14e22772010-04-27 06:56:47 +000024
Uwe Hermannbca3b922009-08-26 17:10:00 +000025source "src/mainboard/msi/ms6119/Kconfig"
26source "src/mainboard/msi/ms6147/Kconfig"
Uwe Hermann95aa53a2009-10-13 19:21:44 +000027source "src/mainboard/msi/ms6156/Kconfig"
Uwe Hermann84a0f542009-08-28 16:38:42 +000028source "src/mainboard/msi/ms6178/Kconfig"
Patrick Georgi66b74042009-10-07 15:30:58 +000029source "src/mainboard/msi/ms7135/Kconfig"
30source "src/mainboard/msi/ms7260/Kconfig"
31source "src/mainboard/msi/ms9185/Kconfig"
32source "src/mainboard/msi/ms9282/Kconfig"
Timothy Pearsond3b2bbe2010-03-01 10:56:51 +000033source "src/mainboard/msi/ms9652_fam10/Kconfig"
Uwe Hermann5ec2c2b2009-08-25 00:53:22 +000034
Patrick Georgi0588d192009-08-12 15:00:51 +000035endchoice
36