blob: 43896a3f1fc5f44338180f793562f7202557172e [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##
Jens Rottmann9a684fc2010-08-30 16:36:51 +000016if VENDOR_BIOSTAR
Uwe Hermannbca3b922009-08-26 17:10:00 +000017
18choice
19 prompt "Mainboard model"
Stefan Reinauer14e22772010-04-27 06:56:47 +000020
Stefan Reinauer139e1062015-04-03 20:11:13 +020021source "src/mainboard/biostar/*/Kconfig.name"
Sergej Ivanovd777c782015-04-03 18:10:27 +030022
Uwe Hermannbca3b922009-08-26 17:10:00 +000023endchoice
24
Stefan Reinauer139e1062015-04-03 20:11:13 +020025source "src/mainboard/biostar/*/Kconfig"
Sergej Ivanovd777c782015-04-03 18:10:27 +030026
Jens Rottmann9a684fc2010-08-30 16:36:51 +000027
28config MAINBOARD_VENDOR
29 string
30 default "Biostar"
31
32endif # VENDOR_BIOSTAR