diff options
author | Manjunath Goudar <manjunath.goudar@linaro.org> | 2013-06-13 13:24:12 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2013-06-17 16:54:48 -0400 |
commit | 9fc5f24e43da17df75af75d446c9d89a4bcfce8c (patch) | |
tree | 4337f6f15985b800b00bb658a859c88b55864381 /drivers/usb/host/Kconfig | |
parent | 91a687d8fe39bf100286138f0ed1ef1e7b32cfb8 (diff) |
USB: EHCI: make ehci-tegra a separate driver
Separate the Tegra on-chip host controller driver from
ehci-hcd host code so that it can be built as a separate driver module.
This work is part of enabling multi-platform kernels on ARM.
Signed-off-by: Manjunath Goudar <manjunath.goudar@linaro.org>
[swarren, reworked Manjunath's patches to split them more logically,
minor re-order of added lines to better match layout of other split-up
HCD drivers and existing code, add MODULE_DEVICE_TABLE, fix
MODULE_LICENSE, adapted to change in earlier patches which removed the
ehci_driver_overrides addition, removed all PM code and solved circular
dependencies.]
Signed-off-by: Stephen Warren <swarren@nvidia.com>
Acked-by: Arnd Bergmann <arnd@arndb.de>
Acked-by: Alan Stern <stern@rowland.harvard.edu>
Tested-by: Thierry Reding <thierry.reding@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index 881609ef85e8..7d0aa5f58f7a 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
@@ -198,7 +198,7 @@ config USB_EHCI_MSM | |||
198 | has an external PHY. | 198 | has an external PHY. |
199 | 199 | ||
200 | config USB_EHCI_TEGRA | 200 | config USB_EHCI_TEGRA |
201 | boolean "NVIDIA Tegra HCD support" | 201 | tristate "NVIDIA Tegra HCD support" |
202 | depends on ARCH_TEGRA | 202 | depends on ARCH_TEGRA |
203 | select USB_EHCI_ROOT_HUB_TT | 203 | select USB_EHCI_ROOT_HUB_TT |
204 | select USB_PHY | 204 | select USB_PHY |