diff options
author | Julie Zhu <julie.zhu@xilinx.com> | 2009-07-27 21:45:32 +0400 |
---|---|---|
committer | Michal Simek <monstr@monstr.eu> | 2009-09-22 10:50:14 +0400 |
commit | afc26cb39e1e74c87a1b5eb013ead2590b91489c (patch) | |
tree | 4883ec8c0bb9b2b96c2894b573f8336e3c4396d4 /arch/microblaze/Kconfig | |
parent | d5b37092aae1edaa638b156b16d09854ad6a1ec0 (diff) | |
download | linux-afc26cb39e1e74c87a1b5eb013ead2590b91489c.tar.xz |
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 'arch/microblaze/Kconfig')
-rw-r--r-- | arch/microblaze/Kconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/microblaze/Kconfig b/arch/microblaze/Kconfig index 2db722d80d4d..bbd8327f1890 100644 --- a/arch/microblaze/Kconfig +++ b/arch/microblaze/Kconfig @@ -6,6 +6,7 @@ mainmenu "Linux/Microblaze Kernel Configuration" config MICROBLAZE def_bool y select HAVE_LMB + select USB_ARCH_HAS_EHCI select ARCH_WANT_OPTIONAL_GPIOLIB config SWAP |