Kconfig (05ac10dd6862a3fcce33d2203fbb2ef285e3ca87) | Kconfig (4bc36fd31b07054bdf7378cca7162c10598f3eff) |
---|---|
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 --- 46 unchanged lines hidden (view full) --- 55config USB_MUSB_AM35X 56 bool "AM35x" 57 depends on ARCH_OMAP 58 59config USB_MUSB_BLACKFIN 60 bool "Blackfin" 61 depends on (BF54x && !BF544) || (BF52x && ! BF522 && !BF523) 62 | 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 --- 46 unchanged lines hidden (view full) --- 55config USB_MUSB_AM35X 56 bool "AM35x" 57 depends on ARCH_OMAP 58 59config USB_MUSB_BLACKFIN 60 bool "Blackfin" 61 depends on (BF54x && !BF544) || (BF52x && ! BF522 && !BF523) 62 |
63config USB_MUSB_UX500 64 bool "U8500 and U5500" 65 depends on (ARCH_U8500 && AB8500_USB) || (ARCH_U5500) 66 |
|
63endchoice 64 65choice 66 prompt "Driver Mode" 67 depends on USB_MUSB_HDRC 68 help 69 Dual-Role devices can support both host and peripheral roles, 70 as well as a the special "OTG Device" role which can switch --- 111 unchanged lines hidden --- | 67endchoice 68 69choice 70 prompt "Driver Mode" 71 depends on USB_MUSB_HDRC 72 help 73 Dual-Role devices can support both host and peripheral roles, 74 as well as a the special "OTG Device" role which can switch --- 111 unchanged lines hidden --- |