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