Kconfig (1724c7c0c9494dcbdd7f630f29e1e8427cb231d1) | Kconfig (d0438bd6aa097e77f50989c849dbe5f8ff0937ce) |
---|---|
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 --- 7 unchanged lines hidden (view full) --- 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 | 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 --- 7 unchanged lines hidden (view full) --- 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_CP110_COMPHY 25 tristate "Marvell CP110 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 7k/8k (in the CP110). Its serdes 32 lanes can be used by various controllers (Ethernet, sata, usb, 33 PCIe...). 34 |
|
24config PHY_MVEBU_SATA 25 def_bool y 26 depends on ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD 27 depends on OF 28 select GENERIC_PHY 29 30config PHY_PXA_28NM_HSIC 31 tristate "Marvell USB HSIC 28nm PHY Driver" --- 19 unchanged lines hidden --- | 35config PHY_MVEBU_SATA 36 def_bool y 37 depends on ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD 38 depends on OF 39 select GENERIC_PHY 40 41config PHY_PXA_28NM_HSIC 42 tristate "Marvell USB HSIC 28nm PHY Driver" --- 19 unchanged lines hidden --- |