Gitiles
Code Review
Sign In
gerrit.devboardsforandroid.linaro.org
/
platform
/
external
/
u-boot
/
bb488ac34d9fbb892d870b0cbeabdbc5dc432653
/
.
/
board
/
technexion
/
pico-imx8mq
/
Kconfig
blob: 031fc1d56364aa3514dbaef51525e5bd785415d1 [
file
] [
log
] [
blame
]
Marek Vasut
b52fb0b
2020-04-29 20:09:08 +0200
[
diff
] [
blame
]
1
if
TARGET_PICO_IMX8MQ
2
3
config SYS_BOARD
4
default
"pico-imx8mq"
5
6
config SYS_VENDOR
7
default
"technexion"
8
9
config SYS_CONFIG_NAME
10
default
"pico-imx8mq"
11
12
endif