|
@@ -320,6 +320,7 @@ config USB_S3C_HSUDC
|
|
|
|
|
|
config USB_MV_UDC
|
|
|
tristate "Marvell USB2.0 Device Controller"
|
|
|
+ depends on GENERIC_HARDIRQS
|
|
|
help
|
|
|
Marvell Socs (including PXA and MMP series) include a high speed
|
|
|
USB2.0 OTG controller, which can be configured as high speed or
|
|
@@ -441,7 +442,7 @@ config USB_GOKU
|
|
|
|
|
|
config USB_EG20T
|
|
|
tristate "Intel EG20T PCH/LAPIS Semiconductor IOH(ML7213/ML7831) UDC"
|
|
|
- depends on PCI
|
|
|
+ depends on PCI && GENERIC_HARDIRQS
|
|
|
help
|
|
|
This is a USB device driver for EG20T PCH.
|
|
|
EG20T PCH is the platform controller hub that is used in Intel's
|