u-boot-brain/board/technexion/pico-imx7d/Kconfig
Vanessa Maegima 1541d7a63d pico-imx7d: Add initial support
Add the initial support for pico-imx7d board based on Wig Cheng's
source code.

Add support for eMMC, USB gadget, I2C, PMIC and Ethernet.

For more information about this board, please visit:
http://www.technexion.org/products/pico/pico-som/pico-imx7-emmc

Signed-off-by: Vanessa Maegima <vanessa.maegima@nxp.com>
Reviewed-by: Fabio Estevam <fabio.estevam@nxp.com>
2017-05-31 09:58:40 +02:00

16 lines
186 B
Plaintext

if TARGET_PICO_IMX7D
config SYS_BOARD
default "pico-imx7d"
config SYS_VENDOR
default "technexion"
config SYS_SOC
default "mx7"
config SYS_CONFIG_NAME
default "pico-imx7d"
endif