diff options
author | Gabor Juhos <juhosg@openwrt.org> | 2011-04-13 04:54:22 -0400 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2011-04-13 19:57:44 -0400 |
commit | 502fa84195f47a79d7220470ebaa85a773659755 (patch) | |
tree | 389cf79ef65632f8c8a9dc16d8b1bad265410c35 /drivers/usb/host/Kconfig | |
parent | 01da92f7f6436c6c29c11490c7fcdb20fb6c46b8 (diff) |
USB: ehci: add bus glue for the Atheros AR71XX/AR724X/AR91XX SoCs
The Atheros AR71XX/AR91XX SoCs have a built-in EHCI controller.
This patch adds the necessary glue code to make the generic EHCI
driver usable for them.
Signed-off-by: Gabor Juhos <juhosg@openwrt.org>
Signed-off-by: Imre Kaloz <kaloz@openwrt.org>
Cc: Alan Stern <stern@rowland.harvard.edu>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/host/Kconfig')
-rw-r--r-- | drivers/usb/host/Kconfig | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/drivers/usb/host/Kconfig b/drivers/usb/host/Kconfig index ade009081feb..da3757cec7ac 100644 --- a/drivers/usb/host/Kconfig +++ b/drivers/usb/host/Kconfig | |||
@@ -208,6 +208,15 @@ config USB_CNS3XXX_EHCI | |||
208 | It is needed for high-speed (480Mbit/sec) USB 2.0 device | 208 | It is needed for high-speed (480Mbit/sec) USB 2.0 device |
209 | support. | 209 | support. |
210 | 210 | ||
211 | config USB_EHCI_ATH79 | ||
212 | bool "EHCI support for AR7XXX/AR9XXX SoCs" | ||
213 | depends on USB_EHCI_HCD && (SOC_AR71XX || SOC_AR724X || SOC_AR913X) | ||
214 | select USB_EHCI_ROOT_HUB_TT | ||
215 | default y | ||
216 | ---help--- | ||
217 | Enables support for the built-in EHCI controller present | ||
218 | on the Atheros AR7XXX/AR9XXX SoCs. | ||
219 | |||
211 | config USB_OXU210HP_HCD | 220 | config USB_OXU210HP_HCD |
212 | tristate "OXU210HP HCD support" | 221 | tristate "OXU210HP HCD support" |
213 | depends on USB | 222 | depends on USB |