Kconfig 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. #
  2. # Phy drivers for STMicro platforms
  3. #
  4. config PHY_MIPHY28LP
  5. tristate "STMicroelectronics MIPHY28LP PHY driver for STiH407"
  6. depends on ARCH_STI
  7. select GENERIC_PHY
  8. help
  9. Enable this to support the miphy transceiver (for SATA/PCIE/USB3)
  10. that is part of STMicroelectronics STiH407 SoC.
  11. config PHY_ST_SPEAR1310_MIPHY
  12. tristate "ST SPEAR1310-MIPHY driver"
  13. select GENERIC_PHY
  14. depends on MACH_SPEAR1310 || COMPILE_TEST
  15. help
  16. Support for ST SPEAr1310 MIPHY which can be used for PCIe and SATA.
  17. config PHY_ST_SPEAR1340_MIPHY
  18. tristate "ST SPEAR1340-MIPHY driver"
  19. select GENERIC_PHY
  20. depends on MACH_SPEAR1340 || COMPILE_TEST
  21. help
  22. Support for ST SPEAr1340 MIPHY which can be used for PCIe and SATA.
  23. config PHY_STIH407_USB
  24. tristate "STMicroelectronics USB2 picoPHY driver for STiH407 family"
  25. depends on RESET_CONTROLLER
  26. depends on ARCH_STI || COMPILE_TEST
  27. select GENERIC_PHY
  28. help
  29. Enable this support to enable the picoPHY device used by USB2
  30. and USB3 controllers on STMicroelectronics STiH407 SoC families.