Gitiles
Code Review
Sign In
git01.mediatek.com
/
filogic
/
uboot
/
c3dc99f2cd71c948a14f1baf6ee347ede220c525
/
.
/
board
/
technexion
/
pico-imx8mq
/
Kconfig
blob: 031fc1d56364aa3514dbaef51525e5bd785415d1 [
file
] [
log
] [
blame
]
Marek Vasut
0f97ed0
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