brintos

brintos / linux-shallow public Read only

0
0
Text · 3.4 KiB · b905902 Raw
114 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Phy drivers for TI platforms4#5config PHY_DA8XX_USB6	tristate "TI DA8xx USB PHY Driver"7	depends on ARCH_DAVINCI_DA8XX || COMPILE_TEST8	select GENERIC_PHY9	select MFD_SYSCON10	help11	  Enable this to support the USB PHY on DA8xx SoCs.12 13	  This driver controls both the USB 1.1 PHY and the USB 2.0 PHY.14 15config PHY_DM816X_USB16	tristate "TI dm816x USB PHY driver"17	depends on ARCH_OMAP2PLUS || COMPILE_TEST18	depends on USB_SUPPORT19	select GENERIC_PHY20	select USB_PHY21	help22	  Enable this for dm816x USB to work.23 24config PHY_AM654_SERDES25	tristate "TI AM654 SERDES support"26	depends on OF && (ARCH_K3 || COMPILE_TEST)27	depends on COMMON_CLK28	select GENERIC_PHY29	select MULTIPLEXER30	select REGMAP_MMIO31	select MUX_MMIO32	help33	  This option enables support for TI AM654 SerDes PHY used for34	  PCIe.35 36config PHY_J721E_WIZ37	tristate "TI J721E WIZ (SERDES Wrapper) support"38	depends on OF && (ARCH_K3 || COMPILE_TEST)39	depends on HAS_IOMEM && OF_ADDRESS40	depends on COMMON_CLK41	select GENERIC_PHY42	select MULTIPLEXER43	select REGMAP_MMIO44	select MUX_MMIO45	help46	  This option enables support for WIZ module present in TI's J721E47	  SoC. WIZ is a serdes wrapper used to configure some of the input48	  signals to the SERDES (Sierra/Torrent). This driver configures49	  three clock selects (pll0, pll1, dig) and resets for each of the50	  lanes.51 52config OMAP_CONTROL_PHY53	tristate "OMAP CONTROL PHY Driver"54	depends on ARCH_OMAP2PLUS || COMPILE_TEST55	help56	  Enable this to add support for the PHY part present in the control57	  module. This driver has API to power on the USB2 PHY and to write to58	  the mailbox. The mailbox is present only in omap4 and the register to59	  power on the USB2 PHY is present in OMAP4 and OMAP5. OMAP5 has an60	  additional register to power on USB3 PHY/SATA PHY/PCIE PHY61	  (PIPE3 PHY).62 63config OMAP_USB264	tristate "OMAP USB2 PHY Driver"65	depends on ARCH_OMAP2PLUS || ARCH_K366	depends on USB_SUPPORT67	select GENERIC_PHY68	select USB_PHY69	select OMAP_CONTROL_PHY if ARCH_OMAP2PLUS || COMPILE_TEST70	help71	  Enable this to support the transceiver that is part of SOC. This72	  driver takes care of all the PHY functionality apart from comparator.73	  The USB OTG controller communicates with the comparator using this74	  driver.75 76config TI_PIPE377	tristate "TI PIPE3 PHY Driver"78	depends on ARCH_OMAP2PLUS || COMPILE_TEST79	select GENERIC_PHY80	select OMAP_CONTROL_PHY81	help82	  Enable this to support the PIPE3 PHY that is part of TI SOCs. This83	  driver takes care of all the PHY functionality apart from comparator.84	  This driver interacts with the "OMAP Control PHY Driver" to power85	  on/off the PHY.86 87config PHY_TUSB121088	tristate "TI TUSB1210 ULPI PHY module"89	depends on USB_ULPI_BUS90	select GENERIC_PHY91	help92	  Support for TI TUSB1210 USB ULPI PHY.93 94config TWL4030_USB95	tristate "TWL4030 USB Transceiver Driver"96	depends on TWL4030_CORE && REGULATOR_TWL4030 && USB_MUSB_OMAP2PLUS97	depends on USB_SUPPORT98	depends on USB_GADGET || !USB_GADGET # if USB_GADGET=m, this can't 'y'99	select GENERIC_PHY100	select USB_PHY101	help102	  Enable this to support the USB OTG transceiver on TWL4030103	  family chips (including the TWL5030 and TPS659x0 devices).104	  This transceiver supports high and full speed devices plus,105	  in host mode, low speed.106 107config PHY_TI_GMII_SEL108	tristate109	select GENERIC_PHY110	select REGMAP111	help112	  This driver supports configuring of the TI CPSW Port mode depending on113	  the Ethernet PHY connected to the CPSW Port.114