blob: 2283616e8cdf6b4f77ae37732ce3f6d90186c76b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
#
# 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
device sdhci_xilinx
# IICBUS
device cdnc_i2c
options FDT
|