xref: /freebsd/sys/arm64/conf/std.altera (revision 656f7f43f204ad1e6956f8257f66b50e032a6c61)
1#
2# Altera SoC support
3#
4
5# SoC support
6options 	SOC_INTEL_STRATIX10
7
8# GPIO / PINCTRL
9device		dwgpio			# Synopsys DesignWare APB GPIO Controller
10
11# Serial (COM) ports
12device		uart_snps
13
14# Ethernet NICs
15device		dwc			# Synopsys DesignWare GMAC controller
16device		dwc_socfpga		# Altera SOCFPGA Ethernet MAC
17
18# MMC/SD/SDIO Card slot support
19device		dwmmc
20device		dwmmc_altera
21
22options 	FDT
23