blob: c570ce2bce9ae56017f17754b5ae3731a4b9a030 [file] [log] [blame]
Anders Jenboa06f9502010-06-09 08:08:12 +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##
Jens Rottmann9a684fc2010-08-30 16:36:51 +000016if VENDOR_ECS
Anders Jenboa06f9502010-06-09 08:08:12 +000017
18choice
19 prompt "Mainboard model"
Anders Jenboa06f9502010-06-09 08:08:12 +000020
Stefan Reinauer139e1062015-04-03 20:11:13 +020021source "src/mainboard/ecs/*/Kconfig.name"
Anders Jenboa06f9502010-06-09 08:08:12 +000022
23endchoice
24
Stefan Reinauer139e1062015-04-03 20:11:13 +020025source "src/mainboard/ecs/*/Kconfig"
Jens Rottmann9a684fc2010-08-30 16:36:51 +000026
27config MAINBOARD_VENDOR
28 string
29 default "ECS"
30
31endif # VENDOR_ECS