aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/usb/gadget/Kconfig2
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
157 157
158config USB_FUSB300 158config USB_FUSB300
159 tristate "Faraday FUSB300 USB Peripheral Controller" 159 tristate "Faraday FUSB300 USB Peripheral Controller"
160 depends on !PHYS_ADDR_T_64BIT
160 select USB_GADGET_DUALSPEED 161 select USB_GADGET_DUALSPEED
161 help 162 help
162 Faraday usb device controller FUSB300 driver 163 Faraday usb device controller FUSB300 driver
@@ -425,6 +426,7 @@ config USB_GOKU
425config USB_LANGWELL 426config USB_LANGWELL
426 tristate "Intel Langwell USB Device Controller" 427 tristate "Intel Langwell USB Device Controller"
427 depends on PCI 428 depends on PCI
429 depends on !PHYS_ADDR_T_64BIT
428 select USB_GADGET_DUALSPEED 430 select USB_GADGET_DUALSPEED
429 help 431 help
430 Intel Langwell USB Device Controller is a High-Speed USB 432 Intel Langwell USB Device Controller is a High-Speed USB