Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
trini
/
u-boot
/
581183def6ec7e7695110ee75ea866b734c5e249
/
.
/
board
/
lego
/
ev3
/
Kconfig
blob: 14b3f0c1cf9a4d7fef919aa00c8f5ad2e2e3e936 [
file
] [
log
] [
blame
]
David Lechner
2ac07f7
2016-02-26 00:46:07 -0600
[
diff
] [
blame
]
1
if
TARGET_LEGOEV3
2
3
config SYS_BOARD
4
default
"ev3"
5
6
config SYS_VENDOR
7
default
"lego"
8
9
config SYS_CONFIG_NAME
10
default
"legoev3"
11
12
endif