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_CP110_COMPHY 25 tristate "Marvell CP110 comphy driver" 26 depends on ARCH_MVEBU || COMPILE_TEST 27 depends on OF 28 select GENERIC_PHY 29 help 30 This driver allows to control the comphy, an hardware block providing 31 shared serdes PHYs on Marvell Armada 7k/8k (in the CP110). Its serdes 32 lanes can be used by various controllers (Ethernet, sata, usb, 33 PCIe...). 34 35config PHY_MVEBU_SATA 36 def_bool y 37 depends on ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD 38 depends on OF 39 select GENERIC_PHY 40 41config PHY_PXA_28NM_HSIC 42 tristate "Marvell USB HSIC 28nm PHY Driver" 43 depends on HAS_IOMEM 44 select GENERIC_PHY 45 help 46 Enable this to support Marvell USB HSIC PHY driver for Marvell 47 SoC. This driver will do the PHY initialization and shutdown. 48 The PHY driver will be used by Marvell ehci driver. 49 50 To compile this driver as a module, choose M here. 51 52config PHY_PXA_28NM_USB2 53 tristate "Marvell USB 2.0 28nm PHY Driver" 54 depends on HAS_IOMEM 55 select GENERIC_PHY 56 help 57 Enable this to support Marvell USB 2.0 PHY driver for Marvell 58 SoC. This driver will do the PHY initialization and shutdown. 59 The PHY driver will be used by Marvell udc/ehci/otg driver. 60 61 To compile this driver as a module, choose M here. 62 63config PHY_PXA_USB 64 tristate "Marvell PXA USB PHY Driver" 65 depends on ARCH_PXA || ARCH_MMP 66 select GENERIC_PHY 67 help 68 Enable this to support Marvell PXA USB PHY driver for Marvell 69 SoC. This driver will do the PHY initialization and shutdown. 70 The PHY driver will be used by Marvell udc/ehci/otg driver. 71 72 To compile this driver as a module, choose M here. 73