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