]> asedeno.scripts.mit.edu Git - linux.git/commit
ARM: tegra: select USB_ULPI from EHCI rather than platform
authorArnd Bergmann <arnd@arndb.de>
Mon, 23 Nov 2015 13:51:29 +0000 (14:51 +0100)
committerThierry Reding <treding@nvidia.com>
Tue, 24 Nov 2015 15:47:26 +0000 (16:47 +0100)
commita262e87ff354f12447bb6268bd63edf7ba1c20e0
treefbe0729283953dcf6452243c009fd7de567c74bb
parent5883ac2010ef801cb9beb9606d3d50b3dca87113
ARM: tegra: select USB_ULPI from EHCI rather than platform

For historic reasons, the tegra platform selects USB_ULPI from architecture
code, but that hasn't really made sense for a long time, as the only
user of that code is the Tegra EHCI driver that has its own Kconfig
symbol.

This removes the 'select' statements from mach-tegra and drivers/soc/tegra
and adds them with the device driver that actually needs them.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Thierry Reding <treding@nvidia.com>
arch/arm/mach-tegra/Kconfig
drivers/soc/tegra/Kconfig
drivers/usb/host/Kconfig