blob: 9af496dca6adc01dc07188acfe2d1179c730c1b3 [file] [log] [blame]
Fabian Kunkel7558dba2015-05-25 17:08:17 +02001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2015 BAP - Bruhnspace Advanced Projects
5## (Written by Fabian Kunkel <fabi@adv.bruhnspace.com> for BAP)
6##
7## This program is free software; you can redistribute it and/or modify
8## it under the terms of the GNU General Public License as published by
9## the Free Software Foundation; version 2 of the License.
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##
Kyösti Mälkki595ef3d2015-05-27 12:44:16 +030016if VENDOR_BAP
17
18choice
19 prompt "Mainboard model"
20
21source "src/mainboard/bap/*/Kconfig.name"
22
23endchoice
24
25source "src/mainboard/bap/*/Kconfig"
26
27config MAINBOARD_VENDOR
28 string
29 default "BAP"
30
31endif # VENDOR_BAP