help
          Enable this to support the USB PHY on Marvell Berlin SoCs.
  
+ config PHY_MVEBU_A3700_COMPHY
+       tristate "Marvell A3700 comphy driver"
+       depends on ARCH_MVEBU || COMPILE_TEST
+       depends on OF
+       depends on HAVE_ARM_SMCCC
+       default y
+       select GENERIC_PHY
+       help
+         This driver allows to control the comphy, a hardware block providing
+         shared serdes PHYs on Marvell Armada 3700. Its serdes lanes can be
+         used by various controllers: Ethernet, SATA, USB3, PCIe.
+ 
+ config PHY_MVEBU_A3700_UTMI
+       tristate "Marvell A3700 UTMI driver"
+       depends on ARCH_MVEBU || COMPILE_TEST
+       depends on OF
+       default y
+       select GENERIC_PHY
+       help
+         Enable this to support Marvell A3700 UTMI PHY driver.
+ 
 +config PHY_MVEBU_A38X_COMPHY
 +      tristate "Marvell Armada 38x comphy driver"
 +      depends on ARCH_MVEBU || COMPILE_TEST
 +      depends on OF
 +      select GENERIC_PHY
 +      help
 +        This driver allows to control the comphy, an hardware block providing
 +        shared serdes PHYs on Marvell Armada 38x. Its serdes lanes can be
 +        used by various controllers (Ethernet, sata, usb, PCIe...).
 +
  config PHY_MVEBU_CP110_COMPHY
        tristate "Marvell CP110 comphy driver"
        depends on ARCH_MVEBU || COMPILE_TEST
 
  obj-$(CONFIG_ARMADA375_USBCLUSTER_PHY)        += phy-armada375-usb2.o
  obj-$(CONFIG_PHY_BERLIN_SATA)         += phy-berlin-sata.o
  obj-$(CONFIG_PHY_BERLIN_USB)          += phy-berlin-usb.o
+ obj-$(CONFIG_PHY_MVEBU_A3700_COMPHY)  += phy-mvebu-a3700-comphy.o
+ obj-$(CONFIG_PHY_MVEBU_A3700_UTMI)    += phy-mvebu-a3700-utmi.o
 +obj-$(CONFIG_PHY_MVEBU_A38X_COMPHY)   += phy-armada38x-comphy.o
  obj-$(CONFIG_PHY_MVEBU_CP110_COMPHY)  += phy-mvebu-cp110-comphy.o
  obj-$(CONFIG_PHY_MVEBU_SATA)          += phy-mvebu-sata.o
  obj-$(CONFIG_PHY_PXA_28NM_HSIC)               += phy-pxa-28nm-hsic.o