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/nissa/var/rull: add ssd timing and modify ssd GPIO pins of rtd3
[coreboot2.git]
/
src
/
mainboard
/
arm
/
Kconfig
blob
f962b3462119c26d15e4a2a6e2a5b11c2d2aa528
1
## SPDX-License-Identifier: GPL-2.0-only
2
3
if VENDOR_ARM
4
5
choice
6
prompt "Mainboard model"
7
default BOARD_ARM_RDN2
8
9
source "src/mainboard/arm/*/Kconfig.name"
10
11
endchoice
12
13
source "src/mainboard/arm/*/Kconfig"
14
15
config MAINBOARD_VENDOR
16
default "Arm"
17
18
endif # VENDOR_ARM