diff options
author | Subbaraya Sundeep Bhatta <subbaraya.sundeep.bhatta@xilinx.com> | 2014-09-10 09:54:04 -0400 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2014-09-12 10:12:49 -0400 |
commit | 1f7c51660034091dc134fcc534b7f1fa86a6e823 (patch) | |
tree | 30ff5e1f46dcb0e7e2d7e8a2cb74b57a998961c1 /drivers/usb/gadget/udc/Kconfig | |
parent | d799793b933baec9f086996d5b693d62f35c4d65 (diff) |
usb: gadget: Add xilinx usb2 device support
Xilinx USB2 device is a soft IP which supports both full
and high speed USB 2.0 data transfers. This patch adds
xilinx usb2 device driver support.
Signed-off-by: Subbaraya Sundeep Bhatta <sbhatta@xilinx.com>
Signed-off-by: Felipe Balbi <balbi@ti.com>
Diffstat (limited to 'drivers/usb/gadget/udc/Kconfig')
-rw-r--r-- | drivers/usb/gadget/udc/Kconfig | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/drivers/usb/gadget/udc/Kconfig b/drivers/usb/gadget/udc/Kconfig index 0c172809b53b..3ea287b0e448 100644 --- a/drivers/usb/gadget/udc/Kconfig +++ b/drivers/usb/gadget/udc/Kconfig | |||
@@ -354,6 +354,21 @@ config USB_EG20T | |||
354 | ML7213/ML7831 is completely compatible for Intel EG20T PCH. | 354 | ML7213/ML7831 is completely compatible for Intel EG20T PCH. |
355 | 355 | ||
356 | This driver can be used with Intel's Quark X1000 SOC platform | 356 | This driver can be used with Intel's Quark X1000 SOC platform |
357 | |||
358 | config USB_GADGET_XILINX | ||
359 | tristate "Xilinx USB Driver" | ||
360 | depends on OF || COMPILE_TEST | ||
361 | help | ||
362 | USB peripheral controller driver for Xilinx USB2 device. | ||
363 | Xilinx USB2 device is a soft IP which supports both full | ||
364 | and high speed USB 2.0 data transfers. It has seven configurable | ||
365 | endpoints(bulk or interrupt or isochronous), as well as | ||
366 | endpoint zero(for control transfers). | ||
367 | |||
368 | Say "y" to link the driver statically, or "m" to build a | ||
369 | dynamically linked module called "udc-xilinx" and force all | ||
370 | gadget drivers to also be dynamically linked. | ||
371 | |||
357 | # | 372 | # |
358 | # LAST -- dummy/emulated controller | 373 | # LAST -- dummy/emulated controller |
359 | # | 374 | # |