blob: 9b3f63fa59ee3bfee1cd1d658226e294cfdec1eb [file] [log] [blame]
Rudolf Marek133647a2010-04-05 19:47:34 +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.
Rudolf Marek133647a2010-04-05 19:47:34 +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
Paul Menzela46a7122013-02-23 18:37:27 +010017## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
Rudolf Marek133647a2010-04-05 19:47:34 +000018##
Jens Rottmann9a684fc2010-08-30 16:36:51 +000019if VENDOR_ASROCK
Rudolf Marek133647a2010-04-05 19:47:34 +000020
21choice
22 prompt "Mainboard model"
Rudolf Marek133647a2010-04-05 19:47:34 +000023
Jens Rottmann9a684fc2010-08-30 16:36:51 +000024config BOARD_ASROCK_939A785GMH
25 bool "939A785GMH/128M"
Scott Duplichan63896e72011-02-26 17:49:49 +000026config BOARD_ASROCK_E350M1
27 bool "E350M1"
WANG Siyuanf77f7342013-08-13 17:09:51 +080028config BOARD_ASROCK_IMB_A180
29 bool "IMB-A180"
Rudolf Marek133647a2010-04-05 19:47:34 +000030
31endchoice
32
Patrick Georgi472efa62012-02-16 20:44:20 +010033source "src/mainboard/asrock/939a785gmh/Kconfig"
Scott Duplichan63896e72011-02-26 17:49:49 +000034source "src/mainboard/asrock/e350m1/Kconfig"
WANG Siyuanf77f7342013-08-13 17:09:51 +080035source "src/mainboard/asrock/imb-a180/Kconfig"
Jens Rottmann9a684fc2010-08-30 16:36:51 +000036
37config MAINBOARD_VENDOR
38 string
39 default "ASROCK"
40
41endif # VENDOR_ASROCK