forked from luck/tmp_suning_uos_patched
87d66f2806
Add support for the XUSB pad controller found on Tegra210 SoCs. The hardware is roughly the same, but some of the registers have been moved around and the number and type of supported pads has changed. Signed-off-by: Thierry Reding <treding@nvidia.com>
7 lines
266 B
Makefile
7 lines
266 B
Makefile
obj-$(CONFIG_PHY_TEGRA_XUSB) += phy-tegra-xusb.o
|
|
|
|
phy-tegra-xusb-y += xusb.o
|
|
phy-tegra-xusb-$(CONFIG_ARCH_TEGRA_124_SOC) += xusb-tegra124.o
|
|
phy-tegra-xusb-$(CONFIG_ARCH_TEGRA_132_SOC) += xusb-tegra124.o
|
|
phy-tegra-xusb-$(CONFIG_ARCH_TEGRA_210_SOC) += xusb-tegra210.o
|