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
payloads/edk2: Disable the CPU Timer Lib unless supported
[coreboot.git]
/
src
/
mainboard
/
siemens
/
Kconfig
blob
203b3d01bb41d25c492736c99f37f1f9fe457661
1
if VENDOR_SIEMENS
2
3
choice
4
prompt "Mainboard model"
5
6
source "src/mainboard/siemens/*/Kconfig.name"
7
8
endchoice
9
10
source "src/mainboard/siemens/*/Kconfig"
11
12
config MAINBOARD_VENDOR
13
default "Siemens"
14
15
endif # VENDOR_SIEMENS