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
acpi_gic: Add helper for platform gicc
[coreboot2.git]
/
src
/
mainboard
/
getac
/
Kconfig
blob
68447c5b021eb1a71043f1d7d6f10703a9c675ab
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
if VENDOR_GETAC
4
5
choice
6
prompt "Mainboard model"
7
8
source "src/mainboard/getac/*/Kconfig.name"
9
10
endchoice
11
12
source "src/mainboard/getac/*/Kconfig"
13
14
config MAINBOARD_VENDOR
15
default "Getac"
16
17
endif # VENDOR_GETAC