Lines Matching full:phy

2 menu "PHY Subsystem"
4 config PHY config
5 bool "PHY Core"
8 PHY support.
10 This framework is designed to provide a generic interface for PHY
11 devices. PHY devices are dedicated hardware that handle the physical
16 PHY, power on/off the PHY, and reset the PHY. It's meant to be as
21 bool "PHY Core in SPL"
24 PHY support in SPL.
26 This framework is designed to provide a generic interface for PHY
27 devices. PHY devices are dedicated hardware that handle the physical
32 PHY, power on/off the PHY, and reset the PHY. It's meant to be as
37 bool "Sandbox PHY support"
39 depends on PHY
41 This select a dummy sandbox PHY driver. It used only to implement
42 the unit tests for the phy framework
45 bool "NOP PHY driver"
46 depends on PHY
48 Support for a no-op PHY driver (stubbed PHY driver).
50 This is useful when a driver uses the PHY framework but no real PHY
54 bool "NOP PHY driver in SPL"
57 Support for a no-op PHY driver (stubbed PHY driver) in the SPL.
59 This is useful when a driver uses the PHY framework but no real PHY
63 bool "BCM6318 USBH PHY support"
64 depends on PHY && ARCH_BMIPS
67 Support for the Broadcom MIPS BCM6318 USBH PHY.
70 bool "BCM6348 USBH PHY support"
71 depends on PHY && ARCH_BMIPS
73 Support for the Broadcom MIPS BCM6348 USBH PHY.
76 bool "BCM6358 USBH PHY support"
77 depends on PHY && ARCH_BMIPS
79 Support for the Broadcom MIPS BCM6358 USBH PHY.
82 bool "BCM6368 USBH PHY support"
83 depends on PHY && ARCH_BMIPS
85 Support for the Broadcom MIPS BCM6368 USBH PHY.
88 bool "Support omap's PIPE3 PHY"
89 depends on PHY && ARCH_OMAP2PLUS
91 Support for the omap PIPE3 phy for sata
93 This PHY is found on omap devices supporting SATA such as dra7, am57x
97 bool "Support omap's PIPE3 PHY in SPL"
100 Support for the omap PIPE3 phy for sata in SPL
102 This PHY is found on omap devices supporting SATA such as dra7, am57x
107 depends on PHY && ARCH_STI
109 This is the generic phy driver for the picoPHY ports
114 tristate "Renesas R-Car Gen2 USB PHY"
115 depends on PHY && RCAR_GEN2
117 Support for the Renesas R-Car Gen2 USB PHY. This driver operates the
118 PHY connected to USBHS module, PCI EHCI module and USB3.0 module and
122 tristate "Renesas R-Car Gen3 USB PHY"
123 depends on PHY && RCAR_GEN3 && CLK && DM_REGULATOR
126 Support for the Renesas R-Car Gen3 USB PHY. This driver operates the
127 PHY connected to EHCI USB module and controls USB OTG operation.
130 tristate "STMicroelectronics STM32 SoC USB HS PHY driver"
131 depends on PHY && ARCH_STM32MP
136 This driver controls the entire USB PHY block: the USB PHY controller
144 depends on PHY && ARCH_MESON && (MESON_GXL || MESON_GXM)
147 This is the generic phy driver for the Amlogic Meson GXL
151 bool "Qualcomm MSM8916 USB PHY support"
152 depends on PHY
154 Support the USB PHY in msm8916
156 This PHY is found on qualcomm dragonboard410c development board.
159 bool "Support OMAP's USB2 PHY"
160 depends on PHY
163 Support for the OMAP's USB2 PHY.
165 This PHY is found on OMAP devices supporting USB2.
169 bool "Support TI Keystone USB PHY"
170 depends on PHY
173 Support for the USB PHY found on some Keystone (k2) processors
175 This PHY is found on some Keystone (K2) devices supporting USB.