blob: 30a2c67a8af4d15ed49c0d8409fb8667c1bee984 [file] [log] [blame]
Uwe Hermann84a0f542009-08-28 16:38:42 +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 Hermann84a0f542009-08-28 16:38:42 +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
Uwe Hermann84a0f542009-08-28 16:38:42 +000018##
Jens Rottmann9a684fc2010-08-30 16:36:51 +000019if VENDOR_NEC
Uwe Hermann84a0f542009-08-28 16:38:42 +000020
21choice
22 prompt "Mainboard model"
Uwe Hermann84a0f542009-08-28 16:38:42 +000023
Stefan Reinauer139e1062015-04-03 20:11:13 +020024source "src/mainboard/nec/*/Kconfig.name"
Uwe Hermann84a0f542009-08-28 16:38:42 +000025
26endchoice
27
Stefan Reinauer139e1062015-04-03 20:11:13 +020028source "src/mainboard/nec/*/Kconfig"
Jens Rottmann9a684fc2010-08-30 16:36:51 +000029
30config MAINBOARD_VENDOR
31 string
32 default "NEC"
33
34endif # VENDOR_NEC