]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/blame - drivers/phy/Kconfig
UBUNTU: Ubuntu-5.15.0-39.42
[mirror_ubuntu-jammy-kernel.git] / drivers / phy / Kconfig
CommitLineData
ec8f24b7 1# SPDX-License-Identifier: GPL-2.0-only
ff764963
KVA
2#
3# PHY
4#
5
6menu "PHY Subsystem"
7
8config GENERIC_PHY
b51fbf9f 9 bool "PHY Core"
ff764963
KVA
10 help
11 Generic PHY support.
12
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.
18
dddc97e8
MR
19config GENERIC_PHY_MIPI_DPHY
20 bool
21 help
22 Generic MIPI D-PHY support.
23
24 Provides a number of helpers a core functions for MIPI D-PHY
25 drivers to us.
26
cbf919bd
JE
27config PHY_LPC18XX_USB_OTG
28 tristate "NXP LPC18xx/43xx SoC USB OTG PHY driver"
29 depends on OF && (ARCH_LPC18XX || COMPILE_TEST)
30 depends on MFD_SYSCON
31 select GENERIC_PHY
32 help
33 Enable this to support NXP LPC18xx/43xx internal USB OTG PHY.
34
35 This driver is need for USB0 support on LPC18xx/43xx and takes
36 care of enabling and clock setup.
37
57991eba
AB
38config PHY_PISTACHIO_USB
39 tristate "IMG Pistachio USB2.0 PHY driver"
e238f10d 40 depends on MIPS || COMPILE_TEST
57991eba
AB
41 select GENERIC_PHY
42 help
43 Enable this to support the USB2.0 PHY on the IMG Pistachio SoC.
44
10c8e056
LT
45config PHY_XGENE
46 tristate "APM X-Gene 15Gbps PHY support"
47 depends on HAS_IOMEM && OF && (ARM64 || COMPILE_TEST)
48 select GENERIC_PHY
49 help
50 This option enables support for APM X-Gene SoC multi-purpose PHY.
51
1cce8f73
RVM
52config USB_LGM_PHY
53 tristate "INTEL Lightning Mountain USB PHY Driver"
9b1e5213 54 depends on USB_SUPPORT
6b46e60a 55 depends on X86 || COMPILE_TEST
1cce8f73
RVM
56 select USB_PHY
57 select REGULATOR
58 select REGULATOR_FIXED_VOLTAGE
59 help
60 Enable this to support Intel DWC3 PHY USB phy. This driver provides
61 interface to interact with USB GEN-II and USB 3.x PHY that is part
62 of the Intel network SOC.
63
a4a86d27
AG
64config PHY_CAN_TRANSCEIVER
65 tristate "CAN transceiver PHY"
66 select GENERIC_PHY
67 help
68 This option enables support for CAN transceivers as a PHY. This
69 driver provides function for putting the transceivers in various
70 functional modes using gpios and sets the attribute max link
71 rate, for CAN drivers.
72
0b56e9a7
VG
73source "drivers/phy/allwinner/Kconfig"
74source "drivers/phy/amlogic/Kconfig"
75source "drivers/phy/broadcom/Kconfig"
c8b427ed 76source "drivers/phy/cadence/Kconfig"
efe81bea 77source "drivers/phy/freescale/Kconfig"
0b56e9a7 78source "drivers/phy/hisilicon/Kconfig"
31de313d 79source "drivers/phy/ingenic/Kconfig"
dea54fba 80source "drivers/phy/lantiq/Kconfig"
0b56e9a7 81source "drivers/phy/marvell/Kconfig"
cd4ec4b0 82source "drivers/phy/mediatek/Kconfig"
2ff8a1ee 83source "drivers/phy/microchip/Kconfig"
6d6ce40f 84source "drivers/phy/motorola/Kconfig"
51f6b410 85source "drivers/phy/mscc/Kconfig"
0b56e9a7 86source "drivers/phy/qualcomm/Kconfig"
2411a736 87source "drivers/phy/ralink/Kconfig"
0b56e9a7
VG
88source "drivers/phy/renesas/Kconfig"
89source "drivers/phy/rockchip/Kconfig"
90source "drivers/phy/samsung/Kconfig"
5ab43d0f 91source "drivers/phy/socionext/Kconfig"
0b56e9a7 92source "drivers/phy/st/Kconfig"
53d2a715 93source "drivers/phy/tegra/Kconfig"
0b56e9a7 94source "drivers/phy/ti/Kconfig"
92279423 95source "drivers/phy/intel/Kconfig"
4a33bea0 96source "drivers/phy/xilinx/Kconfig"
7965ba05 97
ff764963 98endmenu