Kconfig 1.9 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071
  1. # SPDX-License-Identifier: GPL-2.0-only
  2. #
  3. # Phy drivers for Hisilicon platforms
  4. #
  5. config PHY_HI6220_USB
  6. tristate "hi6220 USB PHY support"
  7. depends on (ARCH_HISI && ARM64) || COMPILE_TEST
  8. depends on HAS_IOMEM
  9. select GENERIC_PHY
  10. select MFD_SYSCON
  11. help
  12. Enable this to support the HISILICON HI6220 USB PHY.
  13. To compile this driver as a module, choose M here.
  14. config PHY_HI3660_USB
  15. tristate "hi3660 USB PHY support"
  16. depends on (ARCH_HISI && ARM64) || COMPILE_TEST
  17. select GENERIC_PHY
  18. select MFD_SYSCON
  19. help
  20. Enable this to support the HISILICON HI3660 USB PHY.
  21. To compile this driver as a module, choose M here.
  22. config PHY_HI3670_USB
  23. tristate "hi3670 USB PHY support"
  24. depends on (ARCH_HISI && ARM64) || COMPILE_TEST
  25. select GENERIC_PHY
  26. select MFD_SYSCON
  27. help
  28. Enable this to support the HISILICON HI3670 USB PHY.
  29. To compile this driver as a module, choose M here.
  30. config PHY_HI3670_PCIE
  31. tristate "hi3670 PCIe PHY support"
  32. depends on (ARCH_HISI && ARM64) || COMPILE_TEST
  33. select GENERIC_PHY
  34. select MFD_SYSCON
  35. help
  36. Enable this to support the HiSilicon hi3670 PCIe PHY.
  37. To compile this driver as a module, choose M here.
  38. config PHY_HISTB_COMBPHY
  39. tristate "HiSilicon STB SoCs COMBPHY support"
  40. depends on (ARCH_HISI && ARM64) || COMPILE_TEST
  41. select GENERIC_PHY
  42. select MFD_SYSCON
  43. help
  44. Enable this to support the HISILICON STB SoCs COMBPHY.
  45. If unsure, say N.
  46. config PHY_HISI_INNO_USB2
  47. tristate "HiSilicon INNO USB2 PHY support"
  48. depends on (ARCH_HISI && ARM64) || COMPILE_TEST
  49. select GENERIC_PHY
  50. select MFD_SYSCON
  51. help
  52. Support for INNO USB2 PHY on HiSilicon SoCs. This Phy supports
  53. USB 1.5Mb/s, USB 12Mb/s, USB 480Mb/s speeds. It supports one
  54. USB host port to accept one USB device.
  55. config PHY_HIX5HD2_SATA
  56. tristate "HIX5HD2 SATA PHY Driver"
  57. depends on ARCH_HIX5HD2 && OF && HAS_IOMEM
  58. select GENERIC_PHY
  59. select MFD_SYSCON
  60. help
  61. Support for SATA PHY on Hisilicon hix5hd2 Soc.