.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | # |
---|
2 | 3 | # PHY |
---|
3 | 4 | # |
---|
.. | .. |
---|
14 | 15 | API by which phy drivers can create PHY using the phy framework and |
---|
15 | 16 | phy users can obtain reference to the PHY. All the users of this |
---|
16 | 17 | framework should select this config. |
---|
| 18 | + |
---|
| 19 | +config 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. |
---|
17 | 26 | |
---|
18 | 27 | config PHY_LPC18XX_USB_OTG |
---|
19 | 28 | tristate "NXP LPC18xx/43xx SoC USB OTG PHY driver" |
---|
.. | .. |
---|
40 | 49 | help |
---|
41 | 50 | This option enables support for APM X-Gene SoC multi-purpose PHY. |
---|
42 | 51 | |
---|
| 52 | +config USB_LGM_PHY |
---|
| 53 | + tristate "INTEL Lightning Mountain USB PHY Driver" |
---|
| 54 | + depends on USB_SUPPORT |
---|
| 55 | + depends on X86 || COMPILE_TEST |
---|
| 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 | + |
---|
43 | 64 | source "drivers/phy/allwinner/Kconfig" |
---|
44 | 65 | source "drivers/phy/amlogic/Kconfig" |
---|
45 | 66 | source "drivers/phy/broadcom/Kconfig" |
---|
| 67 | +source "drivers/phy/cadence/Kconfig" |
---|
| 68 | +source "drivers/phy/freescale/Kconfig" |
---|
46 | 69 | source "drivers/phy/hisilicon/Kconfig" |
---|
47 | 70 | source "drivers/phy/lantiq/Kconfig" |
---|
48 | 71 | source "drivers/phy/marvell/Kconfig" |
---|
49 | 72 | source "drivers/phy/mediatek/Kconfig" |
---|
50 | 73 | source "drivers/phy/motorola/Kconfig" |
---|
| 74 | +source "drivers/phy/mscc/Kconfig" |
---|
51 | 75 | source "drivers/phy/qualcomm/Kconfig" |
---|
52 | 76 | source "drivers/phy/ralink/Kconfig" |
---|
53 | 77 | source "drivers/phy/renesas/Kconfig" |
---|
54 | 78 | source "drivers/phy/rockchip/Kconfig" |
---|
55 | 79 | source "drivers/phy/samsung/Kconfig" |
---|
| 80 | +source "drivers/phy/socionext/Kconfig" |
---|
56 | 81 | source "drivers/phy/st/Kconfig" |
---|
57 | 82 | source "drivers/phy/tegra/Kconfig" |
---|
58 | 83 | source "drivers/phy/ti/Kconfig" |
---|
| 84 | +source "drivers/phy/intel/Kconfig" |
---|
| 85 | +source "drivers/phy/xilinx/Kconfig" |
---|
59 | 86 | |
---|
60 | 87 | endmenu |
---|