aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64/conf/std.imx
blob: 55baf1aa712deb8589e093ae8e966a20c258734b (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#
# IMX SoC support
#

# SoC support
options 	SOC_FREESCALE_IMX8

# I2C
device		vf_i2c			# Freescale Vybrid I2C controller
device		fsliic			# Freescale iMX I2C controller

# Serial (COM) ports
device		uart_imx		# iMX8 UART

# MMC/SD/SDIO Card slot support
device		sdhci

# Ethernet
device		ffec

options 	FDT

# DTBs
makeoptions	MODULES_EXTRA+="dtb/imx8"