# SPDX-License-Identifier: GPL-2.0-only # # PHY drivers for Socionext platforms. # config [31mCONFIG_PHY_UNIPHIER_USB2[0m tristate "UniPhier USB2 PHY driver" depends on [31mCONFIG_ARCH_UNIPHIER[0m || [31mCONFIG_COMPILE_TEST[0m depends on [31mCONFIG_OF[0m && [31mCONFIG_HAS_IOMEM[0m select [31mCONFIG_GENERIC_PHY[0m select [31mCONFIG_MFD_SYSCON[0m help Enable this to support [31mCONFIG_USB[0m PHY implemented on USB2 controller on UniPhier SoCs. This driver provides interface to interact with [31mCONFIG_USB[0m 2.0 PHY that is part of the UniPhier SoC. In case of Pro4, it is necessary to specify this USB2 PHY instead of USB3 HS-PHY. config [31mCONFIG_PHY_UNIPHIER_USB3[0m tristate "UniPhier USB3 PHY driver" depends on [31mCONFIG_ARCH_UNIPHIER[0m || [31mCONFIG_COMPILE_TEST[0m depends on [31mCONFIG_OF[0m && [31mCONFIG_HAS_IOMEM[0m select [31mCONFIG_GENERIC_PHY[0m help Enable this to support [31mCONFIG_USB[0m PHY implemented in USB3 controller on UniPhier SoCs. This controller supports USB3.0 and lower speed. config [31mCONFIG_PHY_UNIPHIER_PCIE[0m tristate "Uniphier PHY driver for PCIe controller" depends on [31mCONFIG_ARCH_UNIPHIER[0m || [31mCONFIG_COMPILE_TEST[0m depends on [31mCONFIG_OF[0m && [31mCONFIG_HAS_IOMEM[0m default [31mCONFIG_PCIE_UNIPHIER[0m select [31mCONFIG_GENERIC_PHY[0m help Enable this to support PHY implemented in PCIe controller on UniPhier SoCs. This driver supports LD20 and PXs3 SoCs. |