Kconfig 541 B

123456789101112131415161718192021
  1. #
  2. # Phy drivers for Allwinner platforms
  3. #
  4. config PHY_SUN4I_USB
  5. bool "Allwinner Sun4I USB PHY driver"
  6. depends on ARCH_SUNXI
  7. select PHY
  8. help
  9. Enable this to support the transceiver that is part of Allwinner
  10. sunxi SoCs.
  11. This driver controls the entire USB PHY block, both the USB OTG
  12. parts, as well as the 2 regular USB 2 host PHYs.
  13. config PHY_SUN50I_USB3
  14. bool "Allwinner sun50i USB3 PHY driver"
  15. depends on ARCH_SUNXI
  16. select PHY
  17. help
  18. Enable this to support the USB3 transceiver that is part of
  19. Allwinner sun50i SoCs.