brintos

brintos / linux-shallow public Read only

0
0
Text · 4.2 KiB · bdb87c9 Raw
139 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Phy drivers for Marvell platforms4#5config ARMADA375_USBCLUSTER_PHY6	bool "Armada 375 USB cluster PHY support" if COMPILE_TEST7	default y if MACH_ARMADA_3758	depends on OF && HAS_IOMEM9	select GENERIC_PHY10 11config PHY_BERLIN_SATA12	tristate "Marvell Berlin SATA PHY driver"13	depends on ARCH_BERLIN || COMPILE_TEST14	depends on OF && HAS_IOMEM15	select GENERIC_PHY16	help17	  Enable this to support the SATA PHY on Marvell Berlin SoCs.18 19config PHY_BERLIN_USB20	tristate "Marvell Berlin USB PHY Driver"21	depends on ARCH_BERLIN || COMPILE_TEST22	depends on OF && HAS_IOMEM && RESET_CONTROLLER23	select GENERIC_PHY24	help25	  Enable this to support the USB PHY on Marvell Berlin SoCs.26 27config PHY_MVEBU_A3700_COMPHY28	tristate "Marvell A3700 comphy driver"29	depends on ARCH_MVEBU || COMPILE_TEST30	depends on OF31	depends on HAVE_ARM_SMCCC32	default y33	select GENERIC_PHY34	help35	  This driver allows to control the comphy, a hardware block providing36	  shared serdes PHYs on Marvell Armada 3700. Its serdes lanes can be37	  used by various controllers: Ethernet, SATA, USB3, PCIe.38 39config PHY_MVEBU_A3700_UTMI40	tristate "Marvell A3700 UTMI driver"41	depends on ARCH_MVEBU || COMPILE_TEST42	depends on OF43	default y44	select GENERIC_PHY45	help46	  Enable this to support Marvell A3700 UTMI PHY driver.47 48config PHY_MVEBU_A38X_COMPHY49	tristate "Marvell Armada 38x comphy driver"50	depends on ARCH_MVEBU || COMPILE_TEST51	depends on OF52	select GENERIC_PHY53	help54	  This driver allows to control the comphy, an hardware block providing55	  shared serdes PHYs on Marvell Armada 38x. Its serdes lanes can be56	  used by various controllers (Ethernet, sata, usb, PCIe...).57 58config PHY_MVEBU_CP110_COMPHY59	tristate "Marvell CP110 comphy driver"60	depends on ARCH_MVEBU || COMPILE_TEST61	depends on OF62	depends on HAVE_ARM_SMCCC63	select GENERIC_PHY64	help65	  This driver allows to control the comphy, an hardware block providing66	  shared serdes PHYs on Marvell Armada 7k/8k (in the CP110). Its serdes67	  lanes can be used by various controllers (Ethernet, sata, usb,68	  PCIe...).69 70config PHY_MVEBU_CP110_UTMI71	tristate "Marvell CP110 UTMI driver"72	depends on ARCH_MVEBU || COMPILE_TEST73	depends on OF && USB_COMMON74	select GENERIC_PHY75	help76	  Enable this to support Marvell CP110 UTMI PHY driver.77 78config PHY_MVEBU_SATA79	def_bool y80	depends on ARCH_DOVE || MACH_DOVE || MACH_KIRKWOOD81	depends on OF82	select GENERIC_PHY83 84config PHY_PXA_28NM_HSIC85	tristate "Marvell USB HSIC 28nm PHY Driver"86	depends on HAS_IOMEM87	select GENERIC_PHY88	help89	  Enable this to support Marvell USB HSIC PHY driver for Marvell90	  SoC. This driver will do the PHY initialization and shutdown.91	  The PHY driver will be used by Marvell ehci driver.92 93	  To compile this driver as a module, choose M here.94 95config PHY_PXA_28NM_USB296	tristate "Marvell USB 2.0 28nm PHY Driver"97	depends on HAS_IOMEM98	select GENERIC_PHY99	help100	  Enable this to support Marvell USB 2.0 PHY driver for Marvell101	  SoC. This driver will do the PHY initialization and shutdown.102	  The PHY driver will be used by Marvell udc/ehci/otg driver.103 104	  To compile this driver as a module, choose M here.105 106config PHY_PXA_USB107	tristate "Marvell PXA USB PHY Driver"108	depends on ARCH_PXA || ARCH_MMP || COMPILE_TEST109	select GENERIC_PHY110	help111	  Enable this to support Marvell PXA USB PHY driver for Marvell112	  SoC. This driver will do the PHY initialization and shutdown.113	  The PHY driver will be used by Marvell udc/ehci/otg driver.114 115	  To compile this driver as a module, choose M here.116 117config PHY_MMP3_USB118	tristate "Marvell MMP3 USB PHY Driver"119	depends on MACH_MMP3_DT || COMPILE_TEST120	select GENERIC_PHY121	help122	  Enable this to support Marvell MMP3 USB PHY driver for Marvell123	  SoC. This driver will do the PHY initialization and shutdown.124	  The PHY driver will be used by Marvell udc/ehci/otg driver.125 126	  To compile this driver as a module, choose M here.127 128config PHY_MMP3_HSIC129	tristate "Marvell MMP3 USB HSIC PHY Driver"130	depends on MACH_MMP3_DT || COMPILE_TEST131	select GENERIC_PHY132	help133	  Enable this to support Marvell MMP3 USB HSIC PHY driver for134	  Marvell MMP3 SoC. This driver will be used my the Marvell EHCI135	  driver to initialize the interface to internal USB HSIC136	  components on MMP3-based boards.137 138	  To compile this driver as a module, choose M here.139