Kconfig (fa41d6ee904266fa8739cafa6ec038c3a8e435b7) Kconfig (08f13e7c3430889621dcefd1b1e52490f654a285)
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

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

98 depends on ARCH_PXA || ARCH_MMP
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.
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

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

98 depends on ARCH_PXA || ARCH_MMP
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.