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
/
protectli
/
Kconfig
blob
1b4152e1198344114a90b75a267d44a1469fd671
1
if VENDOR_PROTECTLI
2
3
choice
4
prompt "Mainboard model"
5
6
source "src/mainboard/protectli/*/Kconfig.name"
7
8
endchoice
9
10
source "src/mainboard/protectli/*/Kconfig"
11
12
config MAINBOARD_VENDOR
13
default "Protectli"
14
15
endif # VENDOR_PROTECTLI