1# 2# Phy drivers for Hisilicon platforms 3# 4config PHY_HI6220_USB 5 tristate "hi6220 USB PHY support" 6 depends on (ARCH_HISI && ARM64) || COMPILE_TEST 7 depends on HAS_IOMEM 8 select GENERIC_PHY 9 select MFD_SYSCON 10 help 11 Enable this to support the HISILICON HI6220 USB PHY. 12 13 To compile this driver as a module, choose M here. 14 15config PHY_HI3660_USB 16 tristate "hi3660 USB PHY support" 17 depends on (ARCH_HISI && ARM64) || COMPILE_TEST 18 select GENERIC_PHY 19 select MFD_SYSCON 20 help 21 Enable this to support the HISILICON HI3660 USB PHY. 22 23 To compile this driver as a module, choose M here. 24 25config PHY_HISTB_COMBPHY 26 tristate "HiSilicon STB SoCs COMBPHY support" 27 depends on (ARCH_HISI && ARM64) || COMPILE_TEST 28 select GENERIC_PHY 29 select MFD_SYSCON 30 help 31 Enable this to support the HISILICON STB SoCs COMBPHY. 32 If unsure, say N. 33 34config PHY_HISI_INNO_USB2 35 tristate "HiSilicon INNO USB2 PHY support" 36 depends on (ARCH_HISI && ARM64) || COMPILE_TEST 37 select GENERIC_PHY 38 select MFD_SYSCON 39 help 40 Support for INNO USB2 PHY on HiSilicon SoCs. This Phy supports 41 USB 1.5Mb/s, USB 12Mb/s, USB 480Mb/s speeds. It supports one 42 USB host port to accept one USB device. 43 44config PHY_HIX5HD2_SATA 45 tristate "HIX5HD2 SATA PHY Driver" 46 depends on ARCH_HIX5HD2 && OF && HAS_IOMEM 47 select GENERIC_PHY 48 select MFD_SYSCON 49 help 50 Support for SATA PHY on Hisilicon hix5hd2 Soc. 51