Kconfig 2.3 KB

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