Kconfig (cdd38c5f1ce4398ec58fec95904b75824daab7b5) Kconfig (2fc989f74b8dac8a560b7c5e384c4f02b5cfd4b2)
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

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

62 depends on HAVE_ARM_SMCCC
63 select GENERIC_PHY
64 help
65 This driver allows to control the comphy, an hardware block providing
66 shared serdes PHYs on Marvell Armada 7k/8k (in the CP110). Its serdes
67 lanes can be used by various controllers (Ethernet, sata, usb,
68 PCIe...).
69
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

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

62 depends on HAVE_ARM_SMCCC
63 select GENERIC_PHY
64 help
65 This driver allows to control the comphy, an hardware block providing
66 shared serdes PHYs on Marvell Armada 7k/8k (in the CP110). Its serdes
67 lanes can be used by various controllers (Ethernet, sata, usb,
68 PCIe...).
69
70config PHY_MVEBU_CP110_UTMI
71 tristate "Marvell CP110 UTMI driver"
72 depends on ARCH_MVEBU || COMPILE_TEST
73 depends on OF
74 select GENERIC_PHY
75 help
76 Enable this to support Marvell CP110 UTMI PHY driver.
77
70config PHY_MVEBU_SATA
71 def_bool y
72 depends on ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD
73 depends on OF
74 select GENERIC_PHY
75
76config PHY_PXA_28NM_HSIC
77 tristate "Marvell USB HSIC 28nm PHY Driver"

--- 53 unchanged lines hidden ---
78config PHY_MVEBU_SATA
79 def_bool y
80 depends on ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD
81 depends on OF
82 select GENERIC_PHY
83
84config PHY_PXA_28NM_HSIC
85 tristate "Marvell USB HSIC 28nm PHY Driver"

--- 53 unchanged lines hidden ---