1# 2# Phy drivers for Marvell platforms 3# 4config ARMADA375_USBCLUSTER_PHY 5 def_bool y 6 depends on MACH_ARMADA_375 || COMPILE_TEST 7 depends on OF && HAS_IOMEM 8 select GENERIC_PHY 9 10config PHY_BERLIN_SATA 11 tristate "Marvell Berlin SATA PHY driver" 12 depends on ARCH_BERLIN && HAS_IOMEM && OF 13 select GENERIC_PHY 14 help 15 Enable this to support the SATA PHY on Marvell Berlin SoCs. 16 17config PHY_BERLIN_USB 18 tristate "Marvell Berlin USB PHY Driver" 19 depends on ARCH_BERLIN && RESET_CONTROLLER && HAS_IOMEM && OF 20 select GENERIC_PHY 21 help 22 Enable this to support the USB PHY on Marvell Berlin SoCs. 23 24config PHY_MVEBU_SATA 25 def_bool y 26 depends on ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD 27 depends on OF 28 select GENERIC_PHY 29 30config PHY_PXA_28NM_HSIC 31 tristate "Marvell USB HSIC 28nm PHY Driver" 32 depends on HAS_IOMEM 33 select GENERIC_PHY 34 help 35 Enable this to support Marvell USB HSIC PHY driver for Marvell 36 SoC. This driver will do the PHY initialization and shutdown. 37 The PHY driver will be used by Marvell ehci driver. 38 39 To compile this driver as a module, choose M here. 40 41config PHY_PXA_28NM_USB2 42 tristate "Marvell USB 2.0 28nm PHY Driver" 43 depends on HAS_IOMEM 44 select GENERIC_PHY 45 help 46 Enable this to support Marvell USB 2.0 PHY driver for Marvell 47 SoC. This driver will do the PHY initialization and shutdown. 48 The PHY driver will be used by Marvell udc/ehci/otg driver. 49 50 To compile this driver as a module, choose M here. 51