aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/Kconfig
diff options
context:
space:
mode:
authorWan ZongShun <mcuos.com@gmail.com>2009-06-12 21:14:28 -0400
committerGreg Kroah-Hartman <gregkh@suse.de>2009-09-23 09:46:20 -0400
commit586dfc8cafc25cf785332fdfe9530f392e26f30d (patch)
tree25d20588dffab4d257cedd33bc7e4d583f2fb527 /drivers/usb/Kconfig
parentb95cd7ec3e93bae199e820bd65b21b23e4538acc (diff)
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/Kconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/Kconfig b/drivers/usb/Kconfig
index dcd49f1e96d0..93cee3e5ca58 100644
--- a/drivers/usb/Kconfig
+++ b/drivers/usb/Kconfig
@@ -39,6 +39,7 @@ config USB_ARCH_HAS_OHCI
39 default y if ARCH_AT91 39 default y if ARCH_AT91
40 default y if ARCH_PNX4008 && I2C 40 default y if ARCH_PNX4008 && I2C
41 default y if MFD_TC6393XB 41 default y if MFD_TC6393XB
42 default y if ARCH_W90X900
42 # PPC: 43 # PPC:
43 default y if STB03xxx 44 default y if STB03xxx
44 default y if PPC_MPC52xx 45 default y if PPC_MPC52xx
@@ -58,6 +59,7 @@ config USB_ARCH_HAS_EHCI
58 default y if PPC_83xx 59 default y if PPC_83xx
59 default y if SOC_AU1200 60 default y if SOC_AU1200
60 default y if ARCH_IXP4XX 61 default y if ARCH_IXP4XX
62 default y if ARCH_W90X900
61 default PCI 63 default PCI
62 64
63# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface. 65# ARM SA1111 chips have a non-PCI based "OHCI-compatible" USB host interface.