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
util/sconfig: Remove unused ioapic and irq keywords
[coreboot.git]
/
src
/
mainboard
/
clevo
/
Kconfig
blob
1c95d2b420ee784840ce5f26ede888732da3ca25
1
if VENDOR_CLEVO
2
3
choice
4
prompt "Mainboard model"
5
6
source "src/mainboard/clevo/*/Kconfig.name"
7
8
endchoice
9
10
source "src/mainboard/clevo/*/Kconfig"
11
12
config MAINBOARD_VENDOR
13
default "Clevo"
14
15
endif # VENDOR_CLEVO