usb: gadget: fix up depencies
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Tue, 5 Jul 2011 13:39:48 +0000 (16:39 +0300)
committerFelipe Balbi <balbi@ti.com>
Tue, 5 Jul 2011 13:41:17 +0000 (16:41 +0300)
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>
drivers/usb/gadget/Kconfig

index 46a253adde3117249a11e7e7165830bfe0d13eb2..b0594d907549fbea658baa7163d92fb7ec048af2 100644 (file)
@@ -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
This page took 0.028076 seconds and 5 git commands to generate.