Kconfig 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162
  1. #
  2. # Phy drivers for Marvell platforms
  3. #
  4. config ARMADA375_USBCLUSTER_PHY
  5. bool "Armada 375 USB cluster PHY support" if COMPILE_TEST
  6. default y if MACH_ARMADA_375
  7. depends on OF && HAS_IOMEM
  8. select GENERIC_PHY
  9. config PHY_BERLIN_SATA
  10. tristate "Marvell Berlin SATA PHY driver"
  11. depends on ARCH_BERLIN && HAS_IOMEM && OF
  12. select GENERIC_PHY
  13. help
  14. Enable this to support the SATA PHY on Marvell Berlin SoCs.
  15. config PHY_BERLIN_USB
  16. tristate "Marvell Berlin USB PHY Driver"
  17. depends on ARCH_BERLIN && RESET_CONTROLLER && HAS_IOMEM && OF
  18. select GENERIC_PHY
  19. help
  20. Enable this to support the USB PHY on Marvell Berlin SoCs.
  21. config PHY_MVEBU_CP110_COMPHY
  22. tristate "Marvell CP110 comphy driver"
  23. depends on ARCH_MVEBU || COMPILE_TEST
  24. depends on OF
  25. select GENERIC_PHY
  26. help
  27. This driver allows to control the comphy, an hardware block providing
  28. shared serdes PHYs on Marvell Armada 7k/8k (in the CP110). Its serdes
  29. lanes can be used by various controllers (Ethernet, sata, usb,
  30. PCIe...).
  31. config PHY_MVEBU_SATA
  32. def_bool y
  33. depends on ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD
  34. depends on OF
  35. select GENERIC_PHY
  36. config PHY_PXA_28NM_HSIC
  37. tristate "Marvell USB HSIC 28nm PHY Driver"
  38. depends on HAS_IOMEM
  39. select GENERIC_PHY
  40. help
  41. Enable this to support Marvell USB HSIC PHY driver for Marvell
  42. SoC. This driver will do the PHY initialization and shutdown.
  43. The PHY driver will be used by Marvell ehci driver.
  44. To compile this driver as a module, choose M here.
  45. config PHY_PXA_28NM_USB2
  46. tristate "Marvell USB 2.0 28nm PHY Driver"
  47. depends on HAS_IOMEM
  48. select GENERIC_PHY
  49. help
  50. Enable this to support Marvell USB 2.0 PHY driver for Marvell
  51. SoC. This driver will do the PHY initialization and shutdown.
  52. The PHY driver will be used by Marvell udc/ehci/otg driver.
  53. To compile this driver as a module, choose M here.