aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/gadget/Kconfig
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/usb/gadget/Kconfig')
-rw-r--r--drivers/usb/gadget/Kconfig22
1 files changed, 22 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig
index b739ca814651..6ad94ccd26b0 100644
--- a/drivers/usb/gadget/Kconfig
+++ b/drivers/usb/gadget/Kconfig
@@ -495,6 +495,28 @@ config USB_LANGWELL
495 default USB_GADGET 495 default USB_GADGET
496 select USB_GADGET_SELECTED 496 select USB_GADGET_SELECTED
497 497
498config USB_GADGET_EG20T
499 boolean "Intel EG20T(Topcliff) USB Device controller"
500 depends on PCI
501 select USB_GADGET_DUALSPEED
502 help
503 This is a USB device driver for EG20T PCH.
504 EG20T PCH is the platform controller hub that is used in Intel's
505 general embedded platform. EG20T PCH has USB device interface.
506 Using this interface, it is able to access system devices connected
507 to USB device.
508 This driver enables USB device function.
509 USB device is a USB peripheral controller which
510 supports both full and high speed USB 2.0 data transfers.
511 This driver supports both control transfer and bulk transfer modes.
512 This driver dose not support interrupt transfer or isochronous
513 transfer modes.
514
515config USB_EG20T
516 tristate
517 depends on USB_GADGET_EG20T
518 default USB_GADGET
519 select USB_GADGET_SELECTED
498 520
499# 521#
500# LAST -- dummy/emulated controller 522# LAST -- dummy/emulated controller