repo.or.cz
/
coreboot.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
sb/intel/i82801ix/acpi: Replace LEqual(a,b) with ASL 2.0 syntax
[coreboot.git]
/
src
/
mainboard
/
purism
/
Kconfig
blob
a892e72b23ab76a3e66e986cdf8b6062b64ae8db
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
if VENDOR_PURISM
4
5
choice
6
prompt "Mainboard model"
7
8
source "src/mainboard/purism/*/Kconfig.name"
9
10
endchoice
11
12
source "src/mainboard/purism/*/Kconfig"
13
14
config MAINBOARD_VENDOR
15
default "Purism"
16
17
endif # VENDOR_PURISM