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