repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/ocp/tiogapass: Fix GPIOs
[coreboot2.git]
/
src
/
mainboard
/
aoostar
/
Kconfig
blob
170ea8820683c8992190174089832e03b41758dc
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
if VENDOR_AOOSTAR
4
5
choice
6
prompt "Mainboard model"
7
8
source "src/mainboard/aoostar/*/Kconfig.name"
9
10
endchoice
11
12
source "src/mainboard/aoostar/*/Kconfig"
13
14
config MAINBOARD_VENDOR
15
string
16
default "AOOSTAR"
17
18
endif # VENDOR_AOOSTAR