Merge current mainline tree into linux-omap tree
[pandora-kernel.git] / drivers / usb / musb / Kconfig
1 #
2 # USB Dual Role (OTG-ready) Controller Drivers
3 # for silicon based on Mentor Graphics INVENTRA designs
4 #
5
6 comment "Enable Host or Gadget support to see Inventra options"
7         depends on !USB && USB_GADGET=n
8
9 # (M)HDRC = (Multipoint) Highspeed Dual-Role Controller
10 config USB_MUSB_HDRC
11         depends on USB || USB_GADGET
12         select TWL4030_USB if MACH_OMAP_3430SDP
13         tristate 'Inventra Highspeed Dual Role Controller (TI, ...)'
14         help
15           Say Y here if your system has a dual role high speed USB
16           controller based on the Mentor Graphics silicon IP.  Then
17           configure options to match your silicon and the board
18           it's being used with, including the USB peripheral role,
19           or the USB host role, or both.
20
21           Texas Instruments parts using this IP include DaVinci 644x,
22           OMAP 243x, OMAP 343x, and TUSB 6010.
23
24           If you do not know what this is, please say N.
25
26           To compile this driver as a module, choose M here; the
27           module will be called "musb_hdrc".
28
29 config USB_MUSB_SOC
30         boolean
31         depends on USB_MUSB_HDRC
32         default y if ARCH_DAVINCI
33         default y if ARCH_OMAP2430
34         default y if ARCH_OMAP34XX
35         help
36           Use a static <asm/arch/hdrc_cnf.h> file to describe how the
37           controller is configured (endpoints, mechanisms, etc) on the
38           current iteration of a given system-on-chip.
39
40 comment "DaVinci 644x USB support"
41         depends on USB_MUSB_HDRC && ARCH_DAVINCI
42
43 comment "OMAP 243x high speed USB support"
44         depends on USB_MUSB_HDRC && ARCH_OMAP2430
45
46 comment "OMAP 343x high speed USB support"
47         depends on USB_MUSB_HDRC && ARCH_OMAP34XX
48
49 config USB_TUSB6010
50         boolean "TUSB 6010 support"
51         depends on USB_MUSB_HDRC && !USB_MUSB_SOC
52         default y
53         help
54           The TUSB 6010 chip, from Texas Instruments, connects a discrete
55           HDRC core using a 16-bit parallel bus (NOR flash style) or VLYNQ
56           (a high speed serial link).  It can use system-specific external
57           DMA controllers.
58
59 choice
60         prompt "Driver Mode"
61         depends on USB_MUSB_HDRC
62         help
63           Dual-Role devices can support both host and peripheral roles,
64           as well as a the special "OTG Device" role which can switch
65           between both roles as needed.
66
67 # use USB_MUSB_HDRC_HCD not USB_MUSB_HOST to #ifdef host side support;
68 # OTG needs both roles, not just USB_MUSB_HOST.
69 config USB_MUSB_HOST
70         depends on USB
71         bool "USB Host"
72         help
73           Say Y here if your system supports the USB host role.
74           If it has a USB "A" (rectangular), "Mini-A" (uncommon),
75           or "Mini-AB" connector, it supports the host role.
76           (With a "Mini-AB" connector, you should enable USB OTG.)
77
78 # use USB_GADGET_MUSB_HDRC not USB_MUSB_PERIPHERAL to #ifdef peripheral
79 # side support ... OTG needs both roles
80 config USB_MUSB_PERIPHERAL
81         depends on USB_GADGET
82         bool "USB Peripheral (gadget stack)"
83         select USB_GADGET_MUSB_HDRC
84         help
85           Say Y here if your system supports the USB peripheral role.
86           If it has a USB "B" (squarish), "Mini-B", or "Mini-AB"
87           connector, it supports the peripheral role.
88           (With a "Mini-AB" connector, you should enable USB OTG.)
89
90 config USB_MUSB_OTG
91         depends on USB && USB_GADGET && EXPERIMENTAL
92         bool "Both host and peripheral:  USB OTG (On The Go) Device"
93         select USB_GADGET_MUSB_HDRC
94         select USB_OTG
95         select PM
96         help
97            The most notable feature of USB OTG is support for a
98            "Dual-Role" device, which can act as either a device
99            or a host.  The initial role choice can be changed
100            later, when two dual-role devices talk to each other.
101
102            At this writing, the OTG support in this driver is incomplete,
103            omitting the mandatory HNP or SRP protocols.  However, some
104            of the cable based role switching works.  (That is, grounding
105            the ID pin switches the controller to host mode, while leaving
106            it floating leaves it in peripheral mode.)
107
108            Select this if your system has a Mini-AB connector, or
109            to simplify certain kinds of configuration.
110
111            To implement your OTG Targeted Peripherals List (TPL), enable
112            USB_OTG_WHITELIST and update "drivers/usb/core/otg_whitelist.h"
113            to match your requirements.
114
115 endchoice
116
117 # enable peripheral support (including with OTG)
118 config USB_GADGET_MUSB_HDRC
119         bool
120         depends on USB_MUSB_HDRC && (USB_MUSB_PERIPHERAL || USB_MUSB_OTG)
121 #       default y
122 #       select USB_GADGET_DUALSPEED
123 #       select USB_GADGET_SELECTED
124
125 # enables host support (including with OTG)
126 config USB_MUSB_HDRC_HCD
127         bool
128         depends on USB_MUSB_HDRC && (USB_MUSB_HOST || USB_MUSB_OTG)
129         select USB_OTG if USB_GADGET_MUSB_HDRC
130         default y
131
132
133 config MUSB_PIO_ONLY
134         bool 'Disable DMA (always use PIO)'
135         depends on USB_MUSB_HDRC
136         default y if USB_TUSB6010
137         help
138           All data is copied between memory and FIFO by the CPU.
139           DMA controllers are ignored.
140
141           Do not select 'n' here unless DMA support for your SOC or board
142           is unavailable (or unstable).  When DMA is enabled at compile time,
143           you can still disable it at run time using the "use_dma=n" module
144           parameter.
145
146 config USB_INVENTRA_DMA
147         bool
148         depends on USB_MUSB_HDRC && !MUSB_PIO_ONLY
149         default ARCH_OMAP2430 || ARCH_OMAP34XX
150         help
151           Enable DMA transfers using Mentor's engine.
152
153 config USB_TI_CPPI_DMA
154         bool
155         depends on USB_MUSB_HDRC && !MUSB_PIO_ONLY
156         default ARCH_DAVINCI
157         help
158           Enable DMA transfers when TI CPPI DMA is available.
159
160 config USB_TUSB_OMAP_DMA
161         bool
162         depends on USB_MUSB_HDRC && !MUSB_PIO_ONLY
163         depends on USB_TUSB6010
164         depends on ARCH_OMAP
165         default y
166         help
167           Enable DMA transfers on TUSB 6010 when OMAP DMA is available.
168
169 config  USB_MUSB_LOGLEVEL
170         depends on USB_MUSB_HDRC
171         int  'Logging Level (0 - none / 3 - annoying / ... )'
172         default 0
173         help
174           Set the logging level. 0 disables the debugging altogether,
175           although when USB_DEBUG is set the value is at least 1.
176           Starting at level 3, per-transfer (urb, usb_request, packet,
177           or dma transfer) tracing may kick in.