Kconfig (3eb66e91a25497065c5322b1268cbc3953642227) | Kconfig (9695375a3f4a604406f2e61f2b735eca1de931ed) |
---|---|
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_A3700_COMPHY 25 tristate "Marvell A3700 comphy driver" 26 depends on ARCH_MVEBU || COMPILE_TEST 27 depends on OF 28 depends on HAVE_ARM_SMCCC 29 default y 30 select GENERIC_PHY 31 help 32 This driver allows to control the comphy, a hardware block providing 33 shared serdes PHYs on Marvell Armada 3700. Its serdes lanes can be 34 used by various controllers: Ethernet, SATA, USB3, PCIe. 35 |
|
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 --- 41 unchanged lines hidden --- | 36config PHY_MVEBU_CP110_COMPHY 37 tristate "Marvell CP110 comphy driver" 38 depends on ARCH_MVEBU || COMPILE_TEST 39 depends on OF 40 select GENERIC_PHY 41 help 42 This driver allows to control the comphy, an hardware block providing 43 shared serdes PHYs on Marvell Armada 7k/8k (in the CP110). Its serdes --- 41 unchanged lines hidden --- |