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