1# 2# Phy drivers for TI platforms 3# 4config PHY_DA8XX_USB 5 tristate "TI DA8xx USB PHY Driver" 6 depends on ARCH_DAVINCI_DA8XX 7 select GENERIC_PHY 8 select MFD_SYSCON 9 help 10 Enable this to support the USB PHY on DA8xx SoCs. 11 12 This driver controls both the USB 1.1 PHY and the USB 2.0 PHY. 13 14config PHY_DM816X_USB 15 tristate "TI dm816x USB PHY driver" 16 depends on ARCH_OMAP2PLUS 17 depends on USB_SUPPORT 18 select GENERIC_PHY 19 select USB_PHY 20 help 21 Enable this for dm816x USB to work. 22 23config OMAP_CONTROL_PHY 24 tristate "OMAP CONTROL PHY Driver" 25 depends on ARCH_OMAP2PLUS || COMPILE_TEST 26 help 27 Enable this to add support for the PHY part present in the control 28 module. This driver has API to power on the USB2 PHY and to write to 29 the mailbox. The mailbox is present only in omap4 and the register to 30 power on the USB2 PHY is present in OMAP4 and OMAP5. OMAP5 has an 31 additional register to power on USB3 PHY/SATA PHY/PCIE PHY 32 (PIPE3 PHY). 33 34config OMAP_USB2 35 tristate "OMAP USB2 PHY Driver" 36 depends on ARCH_OMAP2PLUS 37 depends on USB_SUPPORT 38 select GENERIC_PHY 39 select USB_PHY 40 select OMAP_CONTROL_PHY 41 depends on OMAP_OCP2SCP 42 help 43 Enable this to support the transceiver that is part of SOC. This 44 driver takes care of all the PHY functionality apart from comparator. 45 The USB OTG controller communicates with the comparator using this 46 driver. 47 48config TI_PIPE3 49 tristate "TI PIPE3 PHY Driver" 50 depends on ARCH_OMAP2PLUS || COMPILE_TEST 51 select GENERIC_PHY 52 select OMAP_CONTROL_PHY 53 depends on OMAP_OCP2SCP 54 help 55 Enable this to support the PIPE3 PHY that is part of TI SOCs. This 56 driver takes care of all the PHY functionality apart from comparator. 57 This driver interacts with the "OMAP Control PHY Driver" to power 58 on/off the PHY. 59 60config PHY_TUSB1210 61 tristate "TI TUSB1210 ULPI PHY module" 62 depends on USB_ULPI_BUS 63 select GENERIC_PHY 64 help 65 Support for TI TUSB1210 USB ULPI PHY. 66 67config TWL4030_USB 68 tristate "TWL4030 USB Transceiver Driver" 69 depends on TWL4030_CORE && REGULATOR_TWL4030 && USB_MUSB_OMAP2PLUS 70 depends on USB_SUPPORT 71 depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, this can't 'y' 72 select GENERIC_PHY 73 select USB_PHY 74 help 75 Enable this to support the USB OTG transceiver on TWL4030 76 family chips (including the TWL5030 and TPS659x0 devices). 77 This transceiver supports high and full speed devices plus, 78 in host mode, low speed. 79