blob: 907da1c8c38cbeff41090d3fc6662b3c63751268 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
#
# NVidia SoC support
#
# SoC support
options SOC_NVIDIA_TEGRA210
# Serial (COM) ports
device uart_ns8250 # ns8250-type UART driver
device uart_snps
# Ethernet NICs
device re # Realtek 8139C+/8169/8169S/8110S
# USB support
device tegra210_xusb_fw # Tegra XUSB firmware
# USB NICs
device ure
# MMC/SD/SDIO Card slot support
device sdhci
options FDT
# DTBs
makeoptions MODULES_EXTRA+="dtb/nvidia"
|