# SPDX-License-Identifier: GPL-2.0-only # # PHY # menu "PHY Subsystem" config [31mCONFIG_GENERIC_PHY[0m bool "PHY Core" help Generic PHY support. This framework is designed to provide a generic interface for PHY devices present in the kernel. This layer will have the generic API by which phy drivers can create PHY using the phy framework and phy users can obtain reference to the PHY. All the users of this framework should select this config. config [31mCONFIG_GENERIC_PHY_MIPI_DPHY[0m bool help Generic MIPI [31mCONFIG_D[0m-PHY support. Provides a number of helpers a core functions for MIPI [31mCONFIG_D[0m-PHY drivers to us. config [31mCONFIG_PHY_LPC18XX_USB_OTG[0m tristate "NXP LPC18xx/43xx SoC USB OTG PHY driver" depends on [31mCONFIG_OF[0m && ([31mCONFIG_ARCH_LPC18XX[0m || [31mCONFIG_COMPILE_TEST[0m) depends on [31mCONFIG_MFD_SYSCON[0m select [31mCONFIG_GENERIC_PHY[0m help Enable this to support NXP LPC18xx/43xx internal [31mCONFIG_USB[0m OTG PHY. This driver is need for USB0 support on LPC18xx/43xx and takes care of enabling and clock setup. config [31mCONFIG_PHY_PISTACHIO_USB[0m tristate "IMG Pistachio USB2.0 PHY driver" depends on [31mCONFIG_MACH_PISTACHIO[0m select [31mCONFIG_GENERIC_PHY[0m help Enable this to support the USB2.0 PHY on the IMG Pistachio SoC. config [31mCONFIG_PHY_XGENE[0m tristate "APM X-Gene 15Gbps PHY support" depends on [31mCONFIG_HAS_IOMEM[0m && [31mCONFIG_OF[0m && ([31mCONFIG_ARM64[0m || [31mCONFIG_COMPILE_TEST[0m) select [31mCONFIG_GENERIC_PHY[0m help This option enables support for [31mCONFIG_APM[0m X-Gene SoC multi-purpose PHY. source "drivers/phy/allwinner/Kconfig" source "drivers/phy/amlogic/Kconfig" source "drivers/phy/broadcom/Kconfig" source "drivers/phy/cadence/Kconfig" source "drivers/phy/freescale/Kconfig" source "drivers/phy/hisilicon/Kconfig" source "drivers/phy/lantiq/Kconfig" source "drivers/phy/marvell/Kconfig" source "drivers/phy/mediatek/Kconfig" source "drivers/phy/motorola/Kconfig" source "drivers/phy/mscc/Kconfig" source "drivers/phy/qualcomm/Kconfig" source "drivers/phy/ralink/Kconfig" source "drivers/phy/renesas/Kconfig" source "drivers/phy/rockchip/Kconfig" source "drivers/phy/samsung/Kconfig" source "drivers/phy/socionext/Kconfig" source "drivers/phy/st/Kconfig" source "drivers/phy/tegra/Kconfig" source "drivers/phy/ti/Kconfig" endmenu |