diff options
author | David Lopo <dlopo@chipidea.mips.com> | 2008-11-17 17:14:51 -0500 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@suse.de> | 2009-01-07 12:59:58 -0500 |
commit | aa69a8093ff985873cb44fe1157bd6db29a20fe4 (patch) | |
tree | c3cf9484e9f9a607e3076fd538f57246b482c1ed /drivers/usb/gadget/Kconfig | |
parent | bb9496c6f7e853e5d4edd5397c9d45f1968d623c (diff) |
USB: gadget: MIPS ci13xxx_udc
MIPS USB IP core family device controller
Currently it only supports IP part number CI13412.
[dbrownell@users.sourceforge.net: minor comment tweaks]
Signed-off-by: David Lopo <dlopo@chipidea.mips.com>
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/usb/gadget/Kconfig')
-rw-r--r-- | drivers/usb/gadget/Kconfig | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/drivers/usb/gadget/Kconfig b/drivers/usb/gadget/Kconfig index dd4cd5a51370..cf3a662c3335 100644 --- a/drivers/usb/gadget/Kconfig +++ b/drivers/usb/gadget/Kconfig | |||
@@ -377,6 +377,24 @@ config USB_FSL_QE | |||
377 | default USB_GADGET | 377 | default USB_GADGET |
378 | select USB_GADGET_SELECTED | 378 | select USB_GADGET_SELECTED |
379 | 379 | ||
380 | config USB_GADGET_CI13XXX | ||
381 | boolean "MIPS USB CI13xxx" | ||
382 | depends on PCI | ||
383 | select USB_GADGET_DUALSPEED | ||
384 | help | ||
385 | MIPS USB IP core family device controller | ||
386 | Currently it only supports IP part number CI13412 | ||
387 | |||
388 | Say "y" to link the driver statically, or "m" to build a | ||
389 | dynamically linked module called "ci13xxx_udc" and force all | ||
390 | gadget drivers to also be dynamically linked. | ||
391 | |||
392 | config USB_CI13XXX | ||
393 | tristate | ||
394 | depends on USB_GADGET_CI13XXX | ||
395 | default USB_GADGET | ||
396 | select USB_GADGET_SELECTED | ||
397 | |||
380 | config USB_GADGET_NET2280 | 398 | config USB_GADGET_NET2280 |
381 | boolean "NetChip 228x" | 399 | boolean "NetChip 228x" |
382 | depends on PCI | 400 | depends on PCI |