Kconfig (84abd88a70090cf00f9e45c3a81680874f17626e) | Kconfig (a8eb7ca0cbb41c9cd379b8d2a2a5efb503aa65e9) |
---|---|
1# 2# USB Dual Role (OTG-ready) Controller Drivers 3# for silicon based on Mentor Graphics INVENTRA designs 4# 5 6comment "Enable Host or Gadget support to see Inventra options" 7 depends on !USB && USB_GADGET=n 8 --- 23 unchanged lines hidden (view full) --- 32 To compile this driver as a module, choose M here; the 33 module will be called "musb_hdrc". 34 35config USB_MUSB_SOC 36 boolean 37 depends on USB_MUSB_HDRC 38 default y if ARCH_DAVINCI 39 default y if ARCH_OMAP2430 | 1# 2# USB Dual Role (OTG-ready) Controller Drivers 3# for silicon based on Mentor Graphics INVENTRA designs 4# 5 6comment "Enable Host or Gadget support to see Inventra options" 7 depends on !USB && USB_GADGET=n 8 --- 23 unchanged lines hidden (view full) --- 32 To compile this driver as a module, choose M here; the 33 module will be called "musb_hdrc". 34 35config USB_MUSB_SOC 36 boolean 37 depends on USB_MUSB_HDRC 38 default y if ARCH_DAVINCI 39 default y if ARCH_OMAP2430 |
40 default y if ARCH_OMAP34XX | 40 default y if ARCH_OMAP3 |
41 default y if (BF54x && !BF544) 42 default y if (BF52x && !BF522 && !BF523) 43 44comment "DaVinci 35x and 644x USB support" 45 depends on USB_MUSB_HDRC && ARCH_DAVINCI 46 47comment "OMAP 243x high speed USB support" 48 depends on USB_MUSB_HDRC && ARCH_OMAP2430 49 50comment "OMAP 343x high speed USB support" | 41 default y if (BF54x && !BF544) 42 default y if (BF52x && !BF522 && !BF523) 43 44comment "DaVinci 35x and 644x USB support" 45 depends on USB_MUSB_HDRC && ARCH_DAVINCI 46 47comment "OMAP 243x high speed USB support" 48 depends on USB_MUSB_HDRC && ARCH_OMAP2430 49 50comment "OMAP 343x high speed USB support" |
51 depends on USB_MUSB_HDRC && ARCH_OMAP34XX | 51 depends on USB_MUSB_HDRC && ARCH_OMAP3 |
52 53comment "Blackfin high speed USB Support" 54 depends on USB_MUSB_HDRC && ((BF54x && !BF544) || (BF52x && !BF522 && !BF523)) 55 56config USB_TUSB6010 57 boolean "TUSB 6010 support" 58 depends on USB_MUSB_HDRC && !USB_MUSB_SOC 59 select NOP_USB_XCEIV --- 88 unchanged lines hidden (view full) --- 148 Do not select 'n' here unless DMA support for your SOC or board 149 is unavailable (or unstable). When DMA is enabled at compile time, 150 you can still disable it at run time using the "use_dma=n" module 151 parameter. 152 153config USB_INVENTRA_DMA 154 bool 155 depends on USB_MUSB_HDRC && !MUSB_PIO_ONLY | 52 53comment "Blackfin high speed USB Support" 54 depends on USB_MUSB_HDRC && ((BF54x && !BF544) || (BF52x && !BF522 && !BF523)) 55 56config USB_TUSB6010 57 boolean "TUSB 6010 support" 58 depends on USB_MUSB_HDRC && !USB_MUSB_SOC 59 select NOP_USB_XCEIV --- 88 unchanged lines hidden (view full) --- 148 Do not select 'n' here unless DMA support for your SOC or board 149 is unavailable (or unstable). When DMA is enabled at compile time, 150 you can still disable it at run time using the "use_dma=n" module 151 parameter. 152 153config USB_INVENTRA_DMA 154 bool 155 depends on USB_MUSB_HDRC && !MUSB_PIO_ONLY |
156 default ARCH_OMAP2430 || ARCH_OMAP34XX || BLACKFIN | 156 default ARCH_OMAP2430 || ARCH_OMAP3 || BLACKFIN |
157 help 158 Enable DMA transfers using Mentor's engine. 159 160config USB_TI_CPPI_DMA 161 bool 162 depends on USB_MUSB_HDRC && !MUSB_PIO_ONLY 163 default ARCH_DAVINCI 164 help --- 19 unchanged lines hidden --- | 157 help 158 Enable DMA transfers using Mentor's engine. 159 160config USB_TI_CPPI_DMA 161 bool 162 depends on USB_MUSB_HDRC && !MUSB_PIO_ONLY 163 default ARCH_DAVINCI 164 help --- 19 unchanged lines hidden --- |