diff options
author | Sebastian Andrzej Siewior <bigeasy@linutronix.de> | 2011-07-05 15:39:48 +0200 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2011-07-05 15:41:17 +0200 |
commit | ac17317d209a488059003de00f7cb0e5373a7c6e (patch) | |
tree | 0fa0856c320aef799ed087c2930e06692c050e17 /drivers/usb | |
parent | usb: gadget: fusb300_udc: fix compile warnings (diff) | |
download | linux-ac17317d209a488059003de00f7cb0e5373a7c6e.tar.xz linux-ac17317d209a488059003de00f7cb0e5373a7c6e.zip |
usb: gadget: fix up depencies
Both fusb300 and langwell udcs seem to only
work with 32-bit address space.
Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb')
-rw-r--r-- | drivers/usb/gadget/Kconfig | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 46a253adde31..b0594d907549 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig @@ -157,6 +157,7 @@ config USB_FSL_USB2 config USB_FUSB300 tristate "Faraday FUSB300 USB Peripheral Controller" + depends on !PHYS_ADDR_T_64BIT select USB_GADGET_DUALSPEED help Faraday usb device controller FUSB300 driver @@ -425,6 +426,7 @@ config USB_GOKU config USB_LANGWELL tristate "Intel Langwell USB Device Controller" depends on PCI + depends on !PHYS_ADDR_T_64BIT select USB_GADGET_DUALSPEED help Intel Langwell USB Device Controller is a High-Speed USB |