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
22 Generic MIPI D-PHY support.
24 Provides a number of helpers a core functions for MIPI D-PHY
27 config PHY_LPC18XX_USB_OTG
28 tristate "NXP LPC18xx/43xx SoC USB OTG PHY driver"
29 depends on OF && (ARCH_LPC18XX || COMPILE_TEST)
33 Enable this to support NXP LPC18xx/43xx internal USB OTG PHY.
35 This driver is need for USB0 support on LPC18xx/43xx and takes
36 care of enabling and clock setup.
38 config PHY_PISTACHIO_USB
39 tristate "IMG Pistachio USB2.0 PHY driver"
40 depends on MACH_PISTACHIO
43 Enable this to support the USB2.0 PHY on the IMG Pistachio SoC.
46 tristate "APM X-Gene 15Gbps PHY support"
47 depends on HAS_IOMEM && OF && (ARM64 || COMPILE_TEST)
50 This option enables support for APM X-Gene SoC multi-purpose PHY.
52 source "drivers/phy/allwinner/Kconfig"
53 source "drivers/phy/amlogic/Kconfig"
54 source "drivers/phy/broadcom/Kconfig"
55 source "drivers/phy/cadence/Kconfig"
56 source "drivers/phy/freescale/Kconfig"
57 source "drivers/phy/hisilicon/Kconfig"
58 source "drivers/phy/lantiq/Kconfig"
59 source "drivers/phy/marvell/Kconfig"
60 source "drivers/phy/mediatek/Kconfig"
61 source "drivers/phy/motorola/Kconfig"
62 source "drivers/phy/mscc/Kconfig"
63 source "drivers/phy/qualcomm/Kconfig"
64 source "drivers/phy/ralink/Kconfig"
65 source "drivers/phy/renesas/Kconfig"
66 source "drivers/phy/rockchip/Kconfig"
67 source "drivers/phy/samsung/Kconfig"
68 source "drivers/phy/socionext/Kconfig"
69 source "drivers/phy/st/Kconfig"
70 source "drivers/phy/tegra/Kconfig"
71 source "drivers/phy/ti/Kconfig"