72 lines · plain
1# SPDX-License-Identifier: GPL-2.0-only2#3# Phy drivers for Hisilicon platforms4#5config PHY_HI6220_USB6 tristate "hi6220 USB PHY support"7 depends on (ARCH_HISI && ARM64) || COMPILE_TEST8 depends on HAS_IOMEM9 select GENERIC_PHY10 select MFD_SYSCON11 help12 Enable this to support the HISILICON HI6220 USB PHY.13 14 To compile this driver as a module, choose M here.15 16config PHY_HI3660_USB17 tristate "hi3660 USB PHY support"18 depends on (ARCH_HISI && ARM64) || COMPILE_TEST19 select GENERIC_PHY20 select MFD_SYSCON21 help22 Enable this to support the HISILICON HI3660 USB PHY.23 24 To compile this driver as a module, choose M here.25 26config PHY_HI3670_USB27 tristate "hi3670 USB PHY support"28 depends on (ARCH_HISI && ARM64) || COMPILE_TEST29 select GENERIC_PHY30 select MFD_SYSCON31 help32 Enable this to support the HISILICON HI3670 USB PHY.33 34 To compile this driver as a module, choose M here.35 36config PHY_HI3670_PCIE37 tristate "hi3670 PCIe PHY support"38 depends on (ARCH_HISI && ARM64) || COMPILE_TEST39 select GENERIC_PHY40 select MFD_SYSCON41 help42 Enable this to support the HiSilicon hi3670 PCIe PHY.43 44 To compile this driver as a module, choose M here.45 46config PHY_HISTB_COMBPHY47 tristate "HiSilicon STB SoCs COMBPHY support"48 depends on (ARCH_HISI && ARM64) || COMPILE_TEST49 select GENERIC_PHY50 select MFD_SYSCON51 help52 Enable this to support the HISILICON STB SoCs COMBPHY.53 If unsure, say N.54 55config PHY_HISI_INNO_USB256 tristate "HiSilicon INNO USB2 PHY support"57 depends on ARCH_HISI || COMPILE_TEST58 select GENERIC_PHY59 select MFD_SYSCON60 help61 Support for INNO USB2 PHY on HiSilicon SoCs. This Phy supports62 USB 1.5Mb/s, USB 12Mb/s, USB 480Mb/s speeds. It supports one63 USB host port to accept one USB device.64 65config PHY_HIX5HD2_SATA66 tristate "HIX5HD2 SATA PHY Driver"67 depends on ARCH_HIX5HD2 && OF && HAS_IOMEM68 select GENERIC_PHY69 select MFD_SYSCON70 help71 Support for SATA PHY on Hisilicon hix5hd2 Soc.72