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
src/: Replace GPL boilerplate with SPDX headers
[coreboot.git]
/
src
/
mainboard
/
getac
/
Kconfig
blob
7934c3f4caa7a47faee8a766302163d6e2a16f36
1
##
2
## This file is part of the coreboot project.
3
##
4
##
5
## SPDX-License-Identifier: GPL-2.0-only
6
7
if VENDOR_GETAC
8
9
choice
10
prompt "Mainboard model"
11
12
source "src/mainboard/getac/*/Kconfig.name"
13
14
endchoice
15
16
source "src/mainboard/getac/*/Kconfig"
17
18
config MAINBOARD_VENDOR
19
default "Getac"
20
21
endif # VENDOR_GETAC