Kconfig 846 B

12345678910111213141516171819202122232425262728293031
  1. #
  2. # Phy drivers for Allwinner platforms
  3. #
  4. config PHY_SUN4I_USB
  5. tristate "Allwinner sunxi SoC USB PHY driver"
  6. depends on ARCH_SUNXI && HAS_IOMEM && OF
  7. depends on RESET_CONTROLLER
  8. depends on EXTCON
  9. depends on POWER_SUPPLY
  10. depends on USB_SUPPORT
  11. select GENERIC_PHY
  12. select USB_COMMON
  13. help
  14. Enable this to support the transceiver that is part of Allwinner
  15. sunxi SoCs.
  16. This driver controls the entire USB PHY block, both the USB OTG
  17. parts, as well as the 2 regular USB 2 host PHYs.
  18. config PHY_SUN9I_USB
  19. tristate "Allwinner sun9i SoC USB PHY driver"
  20. depends on ARCH_SUNXI && HAS_IOMEM && OF
  21. depends on RESET_CONTROLLER
  22. depends on USB_SUPPORT
  23. select USB_COMMON
  24. select GENERIC_PHY
  25. help
  26. Enable this to support the transceiver that is part of Allwinner
  27. sun9i SoCs.
  28. This driver controls each individual USB 2 host PHY.