Kconfig 1017 B

1234567891011121314151617181920212223242526272829303132333435363738
  1. #
  2. # Phy drivers for Amlogic platforms
  3. #
  4. config PHY_MESON8B_USB2
  5. tristate "Meson8, Meson8b and GXBB USB2 PHY driver"
  6. default ARCH_MESON
  7. depends on OF && (ARCH_MESON || COMPILE_TEST)
  8. depends on USB_SUPPORT
  9. select USB_COMMON
  10. select GENERIC_PHY
  11. help
  12. Enable this to support the Meson USB2 PHYs found in Meson8,
  13. Meson8b and GXBB SoCs.
  14. If unsure, say N.
  15. config PHY_MESON_GXL_USB2
  16. tristate "Meson GXL and GXM USB2 PHY drivers"
  17. default ARCH_MESON
  18. depends on OF && (ARCH_MESON || COMPILE_TEST)
  19. depends on USB_SUPPORT
  20. select GENERIC_PHY
  21. select REGMAP_MMIO
  22. help
  23. Enable this to support the Meson USB2 PHYs found in Meson
  24. GXL and GXM SoCs.
  25. If unsure, say N.
  26. config PHY_MESON_GXL_USB3
  27. tristate "Meson GXL and GXM USB3 PHY drivers"
  28. default ARCH_MESON
  29. depends on OF && (ARCH_MESON || COMPILE_TEST)
  30. depends on USB_SUPPORT
  31. select GENERIC_PHY
  32. select REGMAP_MMIO
  33. help
  34. Enable this to support the Meson USB3 PHY and OTG detection
  35. IP block found in Meson GXL and GXM SoCs.
  36. If unsure, say N.