blob: c3a78be6d294b1eb95302a935062fc722d502695 [file] [log] [blame]
Stefan Reinauer7cfa7f92010-05-16 14:24:41 +00001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2007-2008 coresystems GmbH
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; version 2 of the License.
9##
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##
Jens Rottmann9a684fc2010-08-30 16:36:51 +000015if VENDOR_GETAC
Stefan Reinauer7cfa7f92010-05-16 14:24:41 +000016
17choice
18 prompt "Mainboard model"
Jens Rottmann9a684fc2010-08-30 16:36:51 +000019
Stefan Reinauer139e1062015-04-03 20:11:13 +020020source "src/mainboard/getac/*/Kconfig.name"
Jens Rottmann9a684fc2010-08-30 16:36:51 +000021
22endchoice
Stefan Reinauer7cfa7f92010-05-16 14:24:41 +000023
Stefan Reinauer139e1062015-04-03 20:11:13 +020024source "src/mainboard/getac/*/Kconfig"
Stefan Reinauer7cfa7f92010-05-16 14:24:41 +000025
Jens Rottmann9a684fc2010-08-30 16:36:51 +000026config MAINBOARD_VENDOR
27 string
28 default "Getac"
29
30endif # VENDOR_GETAC