diff options
author | Deepak Sikri <deepak.sikri@st.com> | 2010-11-10 04:03:18 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2010-11-16 16:53:29 -0500 |
commit | c8c38de9d8002578599222296b90696745ac0fe3 (patch) | |
tree | 11122dfc8a9b8bfeba387d04152c445f53b4c091 /drivers/usb/Kconfig | |
parent | ad78acafeed26f62c9e644f96eecb7c19bd78bb4 (diff) |
USB host: Adding USB ehci & ohci support for spear platform
This patch adds support for ehci and ohci controller in the SPEAr platform.
Changes since V2:
added clear_tt_buffer_complete in ehci_spear_hc_driver
Signed-off-by: Deepak Sikri <deepak.sikri@st.com>
Signed-off-by: Viresh Kumar <viresh.kumar@st.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/Kconfig')
-rw-r--r-- | drivers/usb/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index 7d13506cc383..0f81b606cb13 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig | |||
@@ -41,6 +41,7 @@ config USB_ARCH_HAS_OHCI | |||
41 | default y if MFD_TC6393XB | 41 | default y if MFD_TC6393XB |
42 | default y if ARCH_W90X900 | 42 | default y if ARCH_W90X900 |
43 | default y if ARCH_DAVINCI_DA8XX | 43 | default y if ARCH_DAVINCI_DA8XX |
44 | default y if PLAT_SPEAR | ||
44 | # PPC: | 45 | # PPC: |
45 | default y if STB03xxx | 46 | default y if STB03xxx |
46 | default y if PPC_MPC52xx | 47 | default y if PPC_MPC52xx |
@@ -67,6 +68,7 @@ config USB_ARCH_HAS_EHCI | |||
67 | default y if ARCH_MXC | 68 | default y if ARCH_MXC |
68 | default y if ARCH_OMAP3 | 69 | default y if ARCH_OMAP3 |
69 | default y if ARCH_VT8500 | 70 | default y if ARCH_VT8500 |
71 | default y if PLAT_SPEAR | ||
70 | default PCI | 72 | default PCI |
71 | 73 | ||
72 | # ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface. | 74 | # ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface. |