1 # SPDX-License-Identifier: GPL-2.0-only
13 This framework is designed to provide a generic interface for PHY
14 devices present in the kernel. This layer will have the generic
15 API by which phy drivers can create PHY using the phy framework and
16 phy users can obtain reference to the PHY. All the users of this
17 framework should select this config.
19 config GENERIC_PHY_MIPI_DPHY
23 Generic MIPI D-PHY support.
25 Provides a number of helpers a core functions for MIPI D-PHY
28 config PHY_LPC18XX_USB_OTG
29 tristate "NXP LPC18xx/43xx SoC USB OTG PHY driver"
30 depends on OF && (ARCH_LPC18XX || COMPILE_TEST)
34 Enable this to support NXP LPC18xx/43xx internal USB OTG PHY.
36 This driver is need for USB0 support on LPC18xx/43xx and takes
37 care of enabling and clock setup.
39 config PHY_PISTACHIO_USB
40 tristate "IMG Pistachio USB2.0 PHY driver"
41 depends on MIPS || COMPILE_TEST
44 Enable this to support the USB2.0 PHY on the IMG Pistachio SoC.
47 tristate "APM X-Gene 15Gbps PHY support"
48 depends on HAS_IOMEM && OF && (ARCH_XGENE || COMPILE_TEST)
51 This option enables support for APM X-Gene SoC multi-purpose PHY.
54 tristate "INTEL Lightning Mountain USB PHY Driver"
55 depends on USB_SUPPORT
56 depends on X86 || COMPILE_TEST
59 select REGULATOR_FIXED_VOLTAGE
61 Enable this to support Intel DWC3 PHY USB phy. This driver provides
62 interface to interact with USB GEN-II and USB 3.x PHY that is part
63 of the Intel network SOC.
65 config PHY_CAN_TRANSCEIVER
66 tristate "CAN transceiver PHY"
70 This option enables support for CAN transceivers as a PHY. This
71 driver provides function for putting the transceivers in various
72 functional modes using gpios and sets the attribute max link
73 rate, for CAN drivers.
75 config PHY_AIROHA_PCIE
76 tristate "Airoha PCIe-PHY Driver"
77 depends on ARCH_AIROHA || COMPILE_TEST
81 Say Y here to add support for Airoha PCIe PHY driver.
82 This driver create the basic PHY instance and provides initialize
83 callback for PCIe GEN3 port.
85 config PHY_NXP_PTN3222
86 tristate "NXP PTN3222 1-port eUSB2 to USB2 redriver"
91 Enable this to support NXP PTN3222 1-port eUSB2 to USB2 Redriver.
92 This redriver performs translation between eUSB2 and USB2 signalling
93 schemes. It supports all three USB 2.0 data rates: Low Speed, Full
96 source "drivers/phy/allwinner/Kconfig"
97 source "drivers/phy/amlogic/Kconfig"
98 source "drivers/phy/broadcom/Kconfig"
99 source "drivers/phy/cadence/Kconfig"
100 source "drivers/phy/freescale/Kconfig"
101 source "drivers/phy/hisilicon/Kconfig"
102 source "drivers/phy/ingenic/Kconfig"
103 source "drivers/phy/lantiq/Kconfig"
104 source "drivers/phy/marvell/Kconfig"
105 source "drivers/phy/mediatek/Kconfig"
106 source "drivers/phy/microchip/Kconfig"
107 source "drivers/phy/motorola/Kconfig"
108 source "drivers/phy/mscc/Kconfig"
109 source "drivers/phy/nuvoton/Kconfig"
110 source "drivers/phy/qualcomm/Kconfig"
111 source "drivers/phy/ralink/Kconfig"
112 source "drivers/phy/realtek/Kconfig"
113 source "drivers/phy/renesas/Kconfig"
114 source "drivers/phy/rockchip/Kconfig"
115 source "drivers/phy/samsung/Kconfig"
116 source "drivers/phy/socionext/Kconfig"
117 source "drivers/phy/st/Kconfig"
118 source "drivers/phy/starfive/Kconfig"
119 source "drivers/phy/sunplus/Kconfig"
120 source "drivers/phy/tegra/Kconfig"
121 source "drivers/phy/ti/Kconfig"
122 source "drivers/phy/intel/Kconfig"
123 source "drivers/phy/xilinx/Kconfig"