mirror of
https://github.com/opnsense/src.git
synced 2026-04-14 05:47:18 -04:00
This IP is found in Xilinx SoC, it only been tested on ZynqMP (arm64) so only enable it there for now. Differential Revision: https://reviews.freebsd.org/D41994 (cherry picked from commit 137b58e4d2044adc200d13c8989d3746a0a4bd7f)
22 lines
324 B
Text
22 lines
324 B
Text
#
|
|
# Xilinx SoC support
|
|
#
|
|
|
|
# SoC support
|
|
options SOC_XILINX_ZYNQ
|
|
|
|
# Serial (COM) ports
|
|
device uart_ns8250 # ns8250-type UART driver
|
|
device uart_snps
|
|
device pl011
|
|
|
|
# Ethernet NICs
|
|
device cgem # Cadence GEM Gigabit Ethernet device
|
|
|
|
# MMC/SD/SDIO Card slot support
|
|
device sdhci
|
|
|
|
# IICBUS
|
|
device cdnc_i2c
|
|
|
|
options FDT
|