Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
8aea45a745251fd4c619d8b34ff65dfc174ebf83
/
.
/
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