Merge tag 'arc-4.6-rc7-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vgupta/arc
[deliverable/linux.git] / drivers / usb / musb / Kconfig
CommitLineData
550a7375
FB
1#
2# USB Dual Role (OTG-ready) Controller Drivers
3# for silicon based on Mentor Graphics INVENTRA designs
4#
5
550a7375
FB
6# (M)HDRC = (Multipoint) Highspeed Dual-Role Controller
7config USB_MUSB_HDRC
744543c5 8 tristate 'Inventra Highspeed Dual Role Controller (TI, ADI, AW, ...)'
845c071b 9 depends on (USB || USB_GADGET)
17987ea5 10 depends on HAS_IOMEM
550a7375
FB
11 help
12 Say Y here if your system has a dual role high speed USB
13 controller based on the Mentor Graphics silicon IP. Then
14 configure options to match your silicon and the board
15 it's being used with, including the USB peripheral role,
16 or the USB host role, or both.
17
57bfc0a7 18 Texas Instruments families using this IP include DaVinci
a227fd7d 19 (35x, 644x ...), OMAP 243x, OMAP 3, and TUSB 6010.
550a7375 20
085ad406
BW
21 Analog Devices parts using this IP include Blackfin BF54x,
22 BF525 and BF527.
23
744543c5
HG
24 Allwinner SoCs using this IP include A10, A13, A20, ...
25
550a7375
FB
26 If you do not know what this is, please say N.
27
1376d92f
FB
28 To compile this driver as a module, choose M here; the
29 module will be called "musb-hdrc".
550a7375 30
c6bde9b5
FC
31if USB_MUSB_HDRC
32
b7b741ea
DM
33choice
34 bool "MUSB Mode Selection"
35 default USB_MUSB_DUAL_ROLE if (USB && USB_GADGET)
36 default USB_MUSB_HOST if (USB && !USB_GADGET)
37 default USB_MUSB_GADGET if (!USB && USB_GADGET)
38
39config USB_MUSB_HOST
40 bool "Host only mode"
845c071b 41 depends on USB=y || USB=USB_MUSB_HDRC
b7b741ea
DM
42 help
43 Select this when you want to use MUSB in host mode only,
44 thereby the gadget feature will be regressed.
45
46config USB_MUSB_GADGET
47 bool "Gadget only mode"
845c071b 48 depends on USB_GADGET=y || USB_GADGET=USB_MUSB_HDRC
3f83e538 49 depends on HAS_DMA
b7b741ea
DM
50 help
51 Select this when you want to use MUSB in gadget mode only,
52 thereby the host feature will be regressed.
53
54config USB_MUSB_DUAL_ROLE
55 bool "Dual Role mode"
845c071b 56 depends on ((USB=y || USB=USB_MUSB_HDRC) && (USB_GADGET=y || USB_GADGET=USB_MUSB_HDRC))
3f83e538 57 depends on HAS_DMA
b7b741ea
DM
58 help
59 This is the default mode of working of MUSB controller where
60 both host and gadget features are enabled.
61
62endchoice
63
82c02f58 64comment "Platform Glue Layer"
550a7375 65
744543c5
HG
66config USB_MUSB_SUNXI
67 tristate "Allwinner (sunxi)"
68 depends on ARCH_SUNXI
69 depends on NOP_USB_XCEIV
70 depends on PHY_SUN4I_USB
71 depends on EXTCON
72 depends on GENERIC_PHY
73 select SUNXI_SRAM
74
7c925546 75config USB_MUSB_DAVINCI
1376d92f 76 tristate "DaVinci"
7c925546 77 depends on ARCH_DAVINCI_DMx
a0cb12e2 78 depends on NOP_USB_XCEIV
787f5627 79 depends on BROKEN
550a7375 80
7c925546 81config USB_MUSB_DA8XX
1376d92f 82 tristate "DA8xx/OMAP-L1x"
7c925546 83 depends on ARCH_DAVINCI_DA8XX
a0cb12e2 84 depends on NOP_USB_XCEIV
787f5627 85 depends on BROKEN
3ee076de 86
7c925546 87config USB_MUSB_TUSB6010
1376d92f 88 tristate "TUSB6010"
49f77e3d 89 depends on HAS_IOMEM
c0442479
TL
90 depends on ARCH_OMAP2PLUS || COMPILE_TEST
91 depends on NOP_USB_XCEIV = USB_MUSB_HDRC # both built-in or both modules
550a7375 92
7c925546 93config USB_MUSB_OMAP2PLUS
1376d92f 94 tristate "OMAP2430 and onwards"
1c390eb3
AB
95 depends on ARCH_OMAP2PLUS && USB
96 depends on OMAP_CONTROL_PHY || !OMAP_CONTROL_PHY
3e3101d5 97 select GENERIC_PHY
550a7375 98
7c925546 99config USB_MUSB_AM35X
1376d92f 100 tristate "AM35x"
7c925546 101 depends on ARCH_OMAP
a0cb12e2 102 depends on NOP_USB_XCEIV
c71b1b9c 103
9ecb8875
AKG
104config USB_MUSB_DSPS
105 tristate "TI DSPS platforms"
97238b35 106 select USB_MUSB_AM335X_CHILD
c0442479 107 depends on ARCH_OMAP2PLUS || COMPILE_TEST
eff196ad 108 depends on OF_IRQ
9ecb8875 109
7c925546 110config USB_MUSB_BLACKFIN
1376d92f 111 tristate "Blackfin"
7c925546 112 depends on (BF54x && !BF544) || (BF52x && ! BF522 && !BF523)
a0cb12e2 113 depends on NOP_USB_XCEIV
085ad406 114
4bc36fd3 115config USB_MUSB_UX500
1860c925 116 tristate "Ux500 platforms"
c0442479 117 depends on ARCH_U8500 || COMPILE_TEST
4bc36fd3 118
10434d27
AS
119config USB_MUSB_JZ4740
120 tristate "JZ4740"
a0cb12e2 121 depends on NOP_USB_XCEIV
10434d27
AS
122 depends on MACH_JZ4740 || COMPILE_TEST
123 depends on USB_MUSB_GADGET
124 depends on USB_OTG_BLACKLIST_HUB
125
97238b35
SAS
126config USB_MUSB_AM335X_CHILD
127 tristate
128
2f0bb2a0
TL
129comment "MUSB DMA mode"
130
131config MUSB_PIO_ONLY
132 bool 'Disable DMA (always use PIO)'
550a7375 133 help
2f0bb2a0
TL
134 All data is copied between memory and FIFO by the CPU.
135 DMA controllers are ignored.
136
137 Do not choose this unless DMA support for your SOC or board
138 is unavailable (or unstable). When DMA is enabled at compile time,
139 you can still disable it at run time using the "use_dma=n" module
140 parameter.
141
142if !MUSB_PIO_ONLY
550a7375 143
d2389440 144config USB_UX500_DMA
1860c925 145 bool 'ST Ericsson Ux500'
2e7fc3ba 146 depends on USB_MUSB_UX500
d2389440
MYK
147 help
148 Enable DMA transfers on UX500 platforms.
149
550a7375 150config USB_INVENTRA_DMA
2e7fc3ba 151 bool 'Inventra'
2e7fc3ba 152 depends on USB_MUSB_OMAP2PLUS || USB_MUSB_BLACKFIN
550a7375
FB
153 help
154 Enable DMA transfers using Mentor's engine.
155
156config USB_TI_CPPI_DMA
2e7fc3ba 157 bool 'TI CPPI (Davinci)'
2e7fc3ba 158 depends on USB_MUSB_DAVINCI
550a7375
FB
159 help
160 Enable DMA transfers when TI CPPI DMA is available.
161
9b3452d1
SAS
162config USB_TI_CPPI41_DMA
163 bool 'TI CPPI 4.1 (AM335x)'
183e53e8 164 depends on ARCH_OMAP && DMADEVICES
411dd19c 165 select TI_CPPI41
9b3452d1 166
550a7375 167config USB_TUSB_OMAP_DMA
2e7fc3ba 168 bool 'TUSB 6010'
70c1ff4b 169 depends on USB_MUSB_TUSB6010 = USB_MUSB_HDRC # both built-in or both modules
550a7375 170 depends on ARCH_OMAP
550a7375
FB
171 help
172 Enable DMA transfers on TUSB 6010 when OMAP DMA is available.
173
2f0bb2a0 174endif # !MUSB_PIO_ONLY
c6bde9b5
FC
175
176endif # USB_MUSB_HDRC
This page took 0.500103 seconds and 5 git commands to generate.