Kconfig 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. #
  2. # Phy drivers for Hisilicon platforms
  3. #
  4. config PHY_HI6220_USB
  5. tristate "hi6220 USB PHY support"
  6. depends on (ARCH_HISI && ARM64) || COMPILE_TEST
  7. depends on HAS_IOMEM
  8. select GENERIC_PHY
  9. select MFD_SYSCON
  10. help
  11. Enable this to support the HISILICON HI6220 USB PHY.
  12. To compile this driver as a module, choose M here.
  13. config PHY_HISTB_COMBPHY
  14. tristate "HiSilicon STB SoCs COMBPHY support"
  15. depends on (ARCH_HISI && ARM64) || COMPILE_TEST
  16. select GENERIC_PHY
  17. select MFD_SYSCON
  18. help
  19. Enable this to support the HISILICON STB SoCs COMBPHY.
  20. If unsure, say N.
  21. config PHY_HISI_INNO_USB2
  22. tristate "HiSilicon INNO USB2 PHY support"
  23. depends on (ARCH_HISI && ARM64) || COMPILE_TEST
  24. select GENERIC_PHY
  25. select MFD_SYSCON
  26. help
  27. Support for INNO USB2 PHY on HiSilicon SoCs. This Phy supports
  28. USB 1.5Mb/s, USB 12Mb/s, USB 480Mb/s speeds. It supports one
  29. USB host port to accept one USB device.
  30. config PHY_HIX5HD2_SATA
  31. tristate "HIX5HD2 SATA PHY Driver"
  32. depends on ARCH_HIX5HD2 && OF && HAS_IOMEM
  33. select GENERIC_PHY
  34. select MFD_SYSCON
  35. help
  36. Support for SATA PHY on Hisilicon hix5hd2 Soc.