blob: 81a1e30f68463a4dc09744ba14e7602bdefc75bf [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>
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.
Uwe Hermannbca3b922009-08-26 17:10:00 +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##
15## You should have received a copy of the GNU General Public License
16## along with this program; if not, write to the Free Software
17## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
18##
Jens Rottmann9a684fc2010-08-30 16:36:51 +000019if VENDOR_ABIT
Uwe Hermannbca3b922009-08-26 17:10:00 +000020
21choice
22 prompt "Mainboard model"
Stefan Reinauer14e22772010-04-27 06:56:47 +000023
Jens Rottmann9a684fc2010-08-30 16:36:51 +000024config BOARD_ABIT_BE6_II_V2_0
25 bool "BE6-II V2.0"
Uwe Hermannbca3b922009-08-26 17:10:00 +000026
27endchoice
28
Jens Rottmann9a684fc2010-08-30 16:36:51 +000029source "src/mainboard/abit/be6-ii_v2_0/Kconfig"
30
31config MAINBOARD_VENDOR
32 string
33 default "Abit"
34
35endif # VENDOR_ABIT