repo.or.cz
/
coreboot2.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
mb/google/brya: Create rull variant
[coreboot2.git]
/
src
/
mainboard
/
ti
/
Kconfig
blob
53cab9ba8b7c03b1a74f7e615aac499edd799e09
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
if VENDOR_TI
4
5
# Auto select common options
6
choice
7
prompt "Mainboard model"
8
9
source "src/mainboard/ti/*/Kconfig.name"
10
11
endchoice
12
13
source "src/mainboard/ti/*/Kconfig"
14
15
config MAINBOARD_VENDOR
16
default "TI"
17
18
endif # VENDOR_TI