diff options
author | Wan ZongShun <mcuos.com@gmail.com> | 2009-06-13 09:14:28 +0800 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-09-23 06:46:20 -0700 |
commit | 586dfc8cafc25cf785332fdfe9530f392e26f30d (patch) | |
tree | 25d20588dffab4d257cedd33bc7e4d583f2fb527 /drivers/usb/Kconfig | |
parent | b95cd7ec3e93bae199e820bd65b21b23e4538acc (diff) | |
download | linux-3.10-586dfc8cafc25cf785332fdfe9530f392e26f30d.tar.gz linux-3.10-586dfc8cafc25cf785332fdfe9530f392e26f30d.tar.bz2 linux-3.10-586dfc8cafc25cf785332fdfe9530f392e26f30d.zip |
USB: Add nuvoton Ehci driver for w90p910 platform
Add ehci support for w90p910 platform.
Signed-off-by: Wan ZongShun <mcuos.com@gmail.com>
Cc: David Brownell <david-b@pacbell.net>
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 dcd49f1e96d..93cee3e5ca5 100644 --- a/drivers/usb/Kconfig +++ b/drivers/usb/Kconfig @@ -39,6 +39,7 @@ config USB_ARCH_HAS_OHCI default y if ARCH_AT91 default y if ARCH_PNX4008 && I2C default y if MFD_TC6393XB + default y if ARCH_W90X900 # PPC: default y if STB03xxx default y if PPC_MPC52xx @@ -58,6 +59,7 @@ config USB_ARCH_HAS_EHCI default y if PPC_83xx default y if SOC_AU1200 default y if ARCH_IXP4XX + default y if ARCH_W90X900 default PCI # ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface. |