~ubuntu-branches/ubuntu/precise/linux-ti-omap4/precise

« back to all changes in this revision

Viewing changes to drivers/usb/renesas_usbhs/Kconfig

  • Committer: Bazaar Package Importer
  • Author(s): Paolo Pisati
  • Date: 2011-06-29 15:23:51 UTC
  • mfrom: (26.1.1 natty-proposed)
  • Revision ID: james.westby@ubuntu.com-20110629152351-xs96tm303d95rpbk
Tags: 3.0.0-1200.2
* Rebased against 3.0.0-6.7
* BSP from TI based on 3.0.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#
 
2
# Renesas USB Controller Drivers
 
3
#
 
4
 
 
5
config USB_RENESAS_USBHS
 
6
        tristate 'Renesas USBHS controller'
 
7
        depends on SUPERH || ARCH_SHMOBILE
 
8
        default n
 
9
        help
 
10
           Renesas USBHS is a discrete USB host and peripheral controller chip
 
11
           that supports both full and high speed USB 2.0 data transfers.
 
12
           It has nine or more configurable endpoints, and endpoint zero.
 
13
 
 
14
           Say "y" to link the driver statically, or "m" to build a
 
15
           dynamically linked module called "renesas_usbhs" and force all
 
16
           gadget drivers to also be dynamically linked.