1# 2# IMX SoC support 3# 4 5# SoC support 6options SOC_FREESCALE_IMX8 7 8# I2C 9device vf_i2c # Freescale Vybrid I2C controller 10device fsliic # Freescale iMX I2C controller 11 12# Serial (COM) ports 13device uart_imx # iMX8 UART 14 15# MMC/SD/SDIO Card slot support 16device sdhci 17 18# Ethernet 19device ffec 20 21options FDT 22 23# DTBs 24makeoptions MODULES_EXTRA+="dtb/imx8" 25