blob: d74dec08f81700d590949af2bbb9c04aef1aad1d [file] [log] [blame]
Uwe Hermannb7fec822009-08-25 12:25:36 +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
8## the Free Software Foundation; either version 2 of the License, or
9## (at your option) any later version.
10##
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
18## Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA
19##
20
21choice
22 prompt "Mainboard model"
23 depends on VENDOR_ASUS
Cristi Magherusand7e49b42009-08-26 16:55:06 +000024
Patrick Georgi91ff0df2009-10-09 12:32:52 +000025source "src/mainboard/asus/a8n_e/Kconfig"
26source "src/mainboard/asus/a8v-e_se/Kconfig"
Uwe Hermannbca3b922009-08-26 17:10:00 +000027source "src/mainboard/asus/p2b/Kconfig"
28source "src/mainboard/asus/p2b-d/Kconfig"
Patrick Georgi29647d92010-01-25 07:56:01 +000029source "src/mainboard/asus/p2b-ds/Kconfig"
Keith Huiec42c2e2010-03-05 16:31:41 +000030source "src/mainboard/asus/p2b-ls/Kconfig"
Uwe Hermannb7fec822009-08-25 12:25:36 +000031source "src/mainboard/asus/p2b-f/Kconfig"
Uwe Hermannbca3b922009-08-26 17:10:00 +000032source "src/mainboard/asus/p3b-f/Kconfig"
Cristi Magherusand7e49b42009-08-26 16:55:06 +000033source "src/mainboard/asus/m2v-mx_se/Kconfig"
Uwe Hermann84a0f542009-08-28 16:38:42 +000034source "src/mainboard/asus/mew-am/Kconfig"
35source "src/mainboard/asus/mew-vm/Kconfig"
Uwe Hermannb7fec822009-08-25 12:25:36 +000036
37endchoice
38