# SPDX-License-Identifier: GPL-2.0-only # # Phy drivers for Hisilicon platforms # config [31mCONFIG_PHY_HI6220_USB[0m tristate "hi6220 USB PHY support" depends on ([31mCONFIG_ARCH_HISI[0m && [31mCONFIG_ARM64[0m) || [31mCONFIG_COMPILE_TEST[0m depends on [31mCONFIG_HAS_IOMEM[0m select [31mCONFIG_GENERIC_PHY[0m select [31mCONFIG_MFD_SYSCON[0m help Enable this to support the HISILICON HI6220 [31mCONFIG_USB[0m PHY. To compile this driver as a module, choose [31mCONFIG_M[0m here. config [31mCONFIG_PHY_HI3660_USB[0m tristate "hi3660 USB PHY support" depends on ([31mCONFIG_ARCH_HISI[0m && [31mCONFIG_ARM64[0m) || [31mCONFIG_COMPILE_TEST[0m select [31mCONFIG_GENERIC_PHY[0m select [31mCONFIG_MFD_SYSCON[0m help Enable this to support the HISILICON HI3660 [31mCONFIG_USB[0m PHY. To compile this driver as a module, choose [31mCONFIG_M[0m here. config [31mCONFIG_PHY_HISTB_COMBPHY[0m tristate "HiSilicon STB SoCs COMBPHY support" depends on ([31mCONFIG_ARCH_HISI[0m && [31mCONFIG_ARM64[0m) || [31mCONFIG_COMPILE_TEST[0m select [31mCONFIG_GENERIC_PHY[0m select [31mCONFIG_MFD_SYSCON[0m help Enable this to support the HISILICON STB SoCs COMBPHY. If unsure, say N. config [31mCONFIG_PHY_HISI_INNO_USB2[0m tristate "HiSilicon INNO USB2 PHY support" depends on ([31mCONFIG_ARCH_HISI[0m && [31mCONFIG_ARM64[0m) || [31mCONFIG_COMPILE_TEST[0m select [31mCONFIG_GENERIC_PHY[0m select [31mCONFIG_MFD_SYSCON[0m help Support for INNO USB2 PHY on HiSilicon SoCs. This Phy supports [31mCONFIG_USB[0m 1.5Mb/s, [31mCONFIG_USB[0m 12Mb/s, [31mCONFIG_USB[0m 480Mb/s speeds. It supports one [31mCONFIG_USB[0m host port to accept one [31mCONFIG_USB[0m device. config [31mCONFIG_PHY_HIX5HD2_SATA[0m tristate "HIX5HD2 SATA PHY Driver" depends on [31mCONFIG_ARCH_HIX5HD2[0m && [31mCONFIG_OF[0m && [31mCONFIG_HAS_IOMEM[0m select [31mCONFIG_GENERIC_PHY[0m select [31mCONFIG_MFD_SYSCON[0m help Support for SATA PHY on Hisilicon hix5hd2 Soc. |