2 # Phy drivers for Marvell platforms
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
10 config PHY_BERLIN_SATA
11 tristate "Marvell Berlin SATA PHY driver"
12 depends on ARCH_BERLIN && HAS_IOMEM && OF
15 Enable this to support the SATA PHY on Marvell Berlin SoCs.
18 tristate "Marvell Berlin USB PHY Driver"
19 depends on ARCH_BERLIN && RESET_CONTROLLER && HAS_IOMEM && OF
22 Enable this to support the USB PHY on Marvell Berlin SoCs.
24 config PHY_MVEBU_CP110_COMPHY
25 tristate "Marvell CP110 comphy driver"
26 depends on ARCH_MVEBU || COMPILE_TEST
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,
37 depends on ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD
41 config PHY_PXA_28NM_HSIC
42 tristate "Marvell USB HSIC 28nm PHY Driver"
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.
50 To compile this driver as a module, choose M here.
52 config PHY_PXA_28NM_USB2
53 tristate "Marvell USB 2.0 28nm PHY Driver"
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.
61 To compile this driver as a module, choose M here.