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