Kconfig (6724af486903df57338c14424e02599e371cf563) | Kconfig (744543c599c420bcddca08cd2e2713b82a008328) |
---|---|
1# 2# USB Dual Role (OTG-ready) Controller Drivers 3# for silicon based on Mentor Graphics INVENTRA designs 4# 5 6# (M)HDRC = (Multipoint) Highspeed Dual-Role Controller 7config USB_MUSB_HDRC | 1# 2# USB Dual Role (OTG-ready) Controller Drivers 3# for silicon based on Mentor Graphics INVENTRA designs 4# 5 6# (M)HDRC = (Multipoint) Highspeed Dual-Role Controller 7config USB_MUSB_HDRC |
8 tristate 'Inventra Highspeed Dual Role Controller (TI, ADI, ...)' | 8 tristate 'Inventra Highspeed Dual Role Controller (TI, ADI, AW, ...)' |
9 depends on (USB || USB_GADGET) 10 help 11 Say Y here if your system has a dual role high speed USB 12 controller based on the Mentor Graphics silicon IP. Then 13 configure options to match your silicon and the board 14 it's being used with, including the USB peripheral role, 15 or the USB host role, or both. 16 17 Texas Instruments families using this IP include DaVinci 18 (35x, 644x ...), OMAP 243x, OMAP 3, and TUSB 6010. 19 20 Analog Devices parts using this IP include Blackfin BF54x, 21 BF525 and BF527. 22 | 9 depends on (USB || USB_GADGET) 10 help 11 Say Y here if your system has a dual role high speed USB 12 controller based on the Mentor Graphics silicon IP. Then 13 configure options to match your silicon and the board 14 it's being used with, including the USB peripheral role, 15 or the USB host role, or both. 16 17 Texas Instruments families using this IP include DaVinci 18 (35x, 644x ...), OMAP 243x, OMAP 3, and TUSB 6010. 19 20 Analog Devices parts using this IP include Blackfin BF54x, 21 BF525 and BF527. 22 |
23 Allwinner SoCs using this IP include A10, A13, A20, ... 24 |
|
23 If you do not know what this is, please say N. 24 25 To compile this driver as a module, choose M here; the 26 module will be called "musb-hdrc". 27 28if USB_MUSB_HDRC 29 30choice --- 24 unchanged lines hidden (view full) --- 55 help 56 This is the default mode of working of MUSB controller where 57 both host and gadget features are enabled. 58 59endchoice 60 61comment "Platform Glue Layer" 62 | 25 If you do not know what this is, please say N. 26 27 To compile this driver as a module, choose M here; the 28 module will be called "musb-hdrc". 29 30if USB_MUSB_HDRC 31 32choice --- 24 unchanged lines hidden (view full) --- 57 help 58 This is the default mode of working of MUSB controller where 59 both host and gadget features are enabled. 60 61endchoice 62 63comment "Platform Glue Layer" 64 |
65config USB_MUSB_SUNXI 66 tristate "Allwinner (sunxi)" 67 depends on ARCH_SUNXI 68 depends on NOP_USB_XCEIV 69 depends on PHY_SUN4I_USB 70 depends on EXTCON 71 depends on GENERIC_PHY 72 select SUNXI_SRAM 73 |
|
63config USB_MUSB_DAVINCI 64 tristate "DaVinci" 65 depends on ARCH_DAVINCI_DMx 66 depends on NOP_USB_XCEIV 67 depends on BROKEN 68 69config USB_MUSB_DA8XX 70 tristate "DA8xx/OMAP-L1x" --- 103 unchanged lines hidden --- | 74config USB_MUSB_DAVINCI 75 tristate "DaVinci" 76 depends on ARCH_DAVINCI_DMx 77 depends on NOP_USB_XCEIV 78 depends on BROKEN 79 80config USB_MUSB_DA8XX 81 tristate "DA8xx/OMAP-L1x" --- 103 unchanged lines hidden --- |