aboutsummaryrefslogtreecommitdiff
path: root/board/technexion/pico-imx8mq/Kconfig
blob: 97655517d8ae7100b1a856a8d577b01fc9557828 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
if TARGET_PICO_IMX8MQ

config SYS_BOARD
	default "pico-imx8mq"

config SYS_VENDOR
	default "technexion"

config SYS_CONFIG_NAME
	default "pico-imx8mq"

config IMX_CONFIG
	default "board/technexion/pico-imx8mq/imximage.cfg"

endif