diff options
author | Julie Zhu <julie.zhu@xilinx.com> | 2009-07-27 11:45:32 -0600 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-09-22 08:50:14 +0200 |
commit | afc26cb39e1e74c87a1b5eb013ead2590b91489c (patch) | |
tree | 4883ec8c0bb9b2b96c2894b573f8336e3c4396d4 /drivers/usb/Kconfig | |
parent | d5b37092aae1edaa638b156b16d09854ad6a1ec0 (diff) | |
download | op-kernel-dev-afc26cb39e1e74c87a1b5eb013ead2590b91489c.zip op-kernel-dev-afc26cb39e1e74c87a1b5eb013ead2590b91489c.tar.gz |
microblaze: Add architectural support for USB EHCI host controllers
Add architectural support for USB EHCI host controllers. It has been tested
using the USB EHCI host controller from Xilinx Inc., using both High Speed
devices and Full Speed devices.
Signed-off-by: Julie Zhu <julie.zhu@xilinx.com>
Signed-off-by: Michal Simek <monstr@monstr.eu>
Diffstat (limited to 'drivers/usb/Kconfig')
-rw-r--r-- | drivers/usb/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig index dcd49f1..b35025a 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -22,7 +22,6 @@ config USB_ARCH_HAS_HCD default y if PCMCIA && !M32R # sl811_cs default y if ARM # SL-811 default y if SUPERH # r8a66597-hcd - default y if MICROBLAZE default PCI # many non-PCI SOC chips embed OHCI |