diff options
Diffstat (limited to 'drivers/usb/gadget/Kconfig')
-rw-r--r-- | drivers/usb/gadget/Kconfig | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index 30e2dd8a1f2c..48cddf3cd6b8 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig | |||
@@ -313,7 +313,7 @@ config USB_S3C_HSUDC | |||
313 | 313 | ||
314 | config USB_MV_UDC | 314 | config USB_MV_UDC |
315 | tristate "Marvell USB2.0 Device Controller" | 315 | tristate "Marvell USB2.0 Device Controller" |
316 | depends on GENERIC_HARDIRQS && HAS_DMA | 316 | depends on HAS_DMA |
317 | help | 317 | help |
318 | Marvell Socs (including PXA and MMP series) include a high speed | 318 | Marvell Socs (including PXA and MMP series) include a high speed |
319 | USB2.0 OTG controller, which can be configured as high speed or | 319 | USB2.0 OTG controller, which can be configured as high speed or |
@@ -425,7 +425,7 @@ config USB_GOKU | |||
425 | 425 | ||
426 | config USB_EG20T | 426 | config USB_EG20T |
427 | tristate "Intel EG20T PCH/LAPIS Semiconductor IOH(ML7213/ML7831) UDC" | 427 | tristate "Intel EG20T PCH/LAPIS Semiconductor IOH(ML7213/ML7831) UDC" |
428 | depends on PCI && GENERIC_HARDIRQS | 428 | depends on PCI |
429 | help | 429 | help |
430 | This is a USB device driver for EG20T PCH. | 430 | This is a USB device driver for EG20T PCH. |
431 | EG20T PCH is the platform controller hub that is used in Intel's | 431 | EG20T PCH is the platform controller hub that is used in Intel's |