blob: ff6eb414e88a19a00e5aa9404e85ea87195d4f20 [file] [log] [blame]
Duncan Laurie27807c62015-12-22 17:27:02 -08001##
2## This file is part of the coreboot project.
3##
4## Copyright (C) 2015 Google Inc.
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##
15
16if VENDOR_PURISM
17
18choice
19 prompt "Mainboard model"
20
21source "src/mainboard/purism/*/Kconfig.name"
22
23endchoice
24
25source "src/mainboard/purism/*/Kconfig"
26
27config MAINBOARD_VENDOR
28 string "Mainboard Vendor"
29 default "Purism"
30
31endif # VENDOR_PURISM