Kconfig (1e5f8a308551b9816588e12bb795aeadebe37c4a) Kconfig (203b7ee14d3a38f1b8c44dd86ce0313d8fc4107d)
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Phy drivers for Marvell platforms
4#
5config ARMADA375_USBCLUSTER_PHY
6 def_bool y
7 depends on MACH_ARMADA_375 || COMPILE_TEST
8 depends on OF && HAS_IOMEM
9 select GENERIC_PHY
10
11config PHY_BERLIN_SATA
12 tristate "Marvell Berlin SATA PHY driver"
1# SPDX-License-Identifier: GPL-2.0-only
2#
3# Phy drivers for Marvell platforms
4#
5config ARMADA375_USBCLUSTER_PHY
6 def_bool y
7 depends on MACH_ARMADA_375 || COMPILE_TEST
8 depends on OF && HAS_IOMEM
9 select GENERIC_PHY
10
11config PHY_BERLIN_SATA
12 tristate "Marvell Berlin SATA PHY driver"
13 depends on ARCH_BERLIN && HAS_IOMEM && OF
13 depends on ARCH_BERLIN || COMPILE_TEST
14 depends on OF && HAS_IOMEM
14 select GENERIC_PHY
15 help
16 Enable this to support the SATA PHY on Marvell Berlin SoCs.
17
18config PHY_BERLIN_USB
19 tristate "Marvell Berlin USB PHY Driver"
15 select GENERIC_PHY
16 help
17 Enable this to support the SATA PHY on Marvell Berlin SoCs.
18
19config PHY_BERLIN_USB
20 tristate "Marvell Berlin USB PHY Driver"
20 depends on ARCH_BERLIN && RESET_CONTROLLER && HAS_IOMEM && OF
21 depends on ARCH_BERLIN || COMPILE_TEST
22 depends on OF && HAS_IOMEM && RESET_CONTROLLER
21 select GENERIC_PHY
22 help
23 Enable this to support the USB PHY on Marvell Berlin SoCs.
24
25config PHY_MVEBU_A3700_COMPHY
26 tristate "Marvell A3700 comphy driver"
27 depends on ARCH_MVEBU || COMPILE_TEST
28 depends on OF

--- 61 unchanged lines hidden (view full) ---

90 Enable this to support Marvell USB 2.0 PHY driver for Marvell
91 SoC. This driver will do the PHY initialization and shutdown.
92 The PHY driver will be used by Marvell udc/ehci/otg driver.
93
94 To compile this driver as a module, choose M here.
95
96config PHY_PXA_USB
97 tristate "Marvell PXA USB PHY Driver"
23 select GENERIC_PHY
24 help
25 Enable this to support the USB PHY on Marvell Berlin SoCs.
26
27config PHY_MVEBU_A3700_COMPHY
28 tristate "Marvell A3700 comphy driver"
29 depends on ARCH_MVEBU || COMPILE_TEST
30 depends on OF

--- 61 unchanged lines hidden (view full) ---

92 Enable this to support Marvell USB 2.0 PHY driver for Marvell
93 SoC. This driver will do the PHY initialization and shutdown.
94 The PHY driver will be used by Marvell udc/ehci/otg driver.
95
96 To compile this driver as a module, choose M here.
97
98config PHY_PXA_USB
99 tristate "Marvell PXA USB PHY Driver"
98 depends on ARCH_PXA || ARCH_MMP
100 depends on ARCH_PXA || ARCH_MMP || COMPILE_TEST
99 select GENERIC_PHY
100 help
101 Enable this to support Marvell PXA USB PHY driver for Marvell
102 SoC. This driver will do the PHY initialization and shutdown.
103 The PHY driver will be used by Marvell udc/ehci/otg driver.
104
105 To compile this driver as a module, choose M here.
106
107config PHY_MMP3_USB
108 tristate "Marvell MMP3 USB PHY Driver"
109 depends on MACH_MMP3_DT || COMPILE_TEST
110 select GENERIC_PHY
111 help
112 Enable this to support Marvell MMP3 USB PHY driver for Marvell
113 SoC. This driver will do the PHY initialization and shutdown.
114 The PHY driver will be used by Marvell udc/ehci/otg driver.
115
116 To compile this driver as a module, choose M here.
101 select GENERIC_PHY
102 help
103 Enable this to support Marvell PXA USB PHY driver for Marvell
104 SoC. This driver will do the PHY initialization and shutdown.
105 The PHY driver will be used by Marvell udc/ehci/otg driver.
106
107 To compile this driver as a module, choose M here.
108
109config PHY_MMP3_USB
110 tristate "Marvell MMP3 USB PHY Driver"
111 depends on MACH_MMP3_DT || COMPILE_TEST
112 select GENERIC_PHY
113 help
114 Enable this to support Marvell MMP3 USB PHY driver for Marvell
115 SoC. This driver will do the PHY initialization and shutdown.
116 The PHY driver will be used by Marvell udc/ehci/otg driver.
117
118 To compile this driver as a module, choose M here.