blob: 17fbb1abb73d0e08095776a601906960322039f5 [file] [log] [blame]
Uwe Hermannbca3b922009-08-26 17:10:00 +00001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2009 Uwe Hermann <uwe@hermann-uwe.de>
Sergej Ivanovd777c782015-04-03 18:10:27 +03005## Copyright (C) 2015 Sergej Ivanov <getinaks@gmail.com>
Uwe Hermannbca3b922009-08-26 17:10:00 +00006##
7## This program is free software; you can redistribute it and/or modify
8## it under the terms of the GNU General Public License as published by
Nils Jacobsdd6ad342010-05-14 09:48:05 +00009## the Free Software Foundation; version 2 of the License.
Uwe Hermannbca3b922009-08-26 17:10:00 +000010##
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
Paul Menzela46a7122013-02-23 18:37:27 +010018## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Uwe Hermannbca3b922009-08-26 17:10:00 +000019##
Jens Rottmann9a684fc2010-08-30 16:36:51 +000020if VENDOR_BIOSTAR
Uwe Hermannbca3b922009-08-26 17:10:00 +000021
22choice
23 prompt "Mainboard model"
Stefan Reinauer14e22772010-04-27 06:56:47 +000024
Stefan Reinauer139e1062015-04-03 20:11:13 +020025source "src/mainboard/biostar/*/Kconfig.name"
Sergej Ivanovd777c782015-04-03 18:10:27 +030026
Uwe Hermannbca3b922009-08-26 17:10:00 +000027endchoice
28
Stefan Reinauer139e1062015-04-03 20:11:13 +020029source "src/mainboard/biostar/*/Kconfig"
Sergej Ivanovd777c782015-04-03 18:10:27 +030030
Jens Rottmann9a684fc2010-08-30 16:36:51 +000031
32config MAINBOARD_VENDOR
33 string
34 default "Biostar"
35
36endif # VENDOR_BIOSTAR