blob: 0b9228a41f4e195e1fd1f1bd183b9a78e060c5cc [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
Nils Jacobsdd6ad342010-05-14 09:48:05 +00008## the Free Software Foundation; version 2 of the License.
Patrick Georgi0588d192009-08-12 15:00:51 +00009##
10## This program is distributed in the hope that it will be useful,
11## but WITHOUT ANY WARRANTY; without even the implied warranty of
12## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
13## GNU General Public License for more details.
14##
Jens Rottmann9a684fc2010-08-30 16:36:51 +000015if VENDOR_MSI
Patrick Georgi0588d192009-08-12 15:00:51 +000016
17choice
18 prompt "Mainboard model"
Jens Rottmann9a684fc2010-08-30 16:36:51 +000019
Stefan Reinauer139e1062015-04-03 20:11:13 +020020source "src/mainboard/msi/*/Kconfig.name"
Jens Rottmann9a684fc2010-08-30 16:36:51 +000021
22endchoice
Stefan Reinauer14e22772010-04-27 06:56:47 +000023
Stefan Reinauer139e1062015-04-03 20:11:13 +020024source "src/mainboard/msi/*/Kconfig"
Uwe Hermann5ec2c2b2009-08-25 00:53:22 +000025
Jens Rottmann9a684fc2010-08-30 16:36:51 +000026config MAINBOARD_VENDOR
27 string
28 default "MSI"
Patrick Georgi0588d192009-08-12 15:00:51 +000029
Jens Rottmann9a684fc2010-08-30 16:36:51 +000030endif # VENDOR_MSI