blob: 8966122c452c8db32eb445343243d1daa69bd4ae [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
Uwe Hermannbca3b922009-08-26 17:10:00 +000024
25source "src/mainboard/msi/ms6119/Kconfig"
26source "src/mainboard/msi/ms6147/Kconfig"
Uwe Hermann84a0f542009-08-28 16:38:42 +000027source "src/mainboard/msi/ms6178/Kconfig"
Patrick Georgi66b74042009-10-07 15:30:58 +000028source "src/mainboard/msi/ms7135/Kconfig"
29source "src/mainboard/msi/ms7260/Kconfig"
30source "src/mainboard/msi/ms9185/Kconfig"
31source "src/mainboard/msi/ms9282/Kconfig"
Uwe Hermann5ec2c2b2009-08-25 00:53:22 +000032
Patrick Georgi0588d192009-08-12 15:00:51 +000033endchoice
34