Kconfig (bb0e500bedb8aaab986878aa90b99582d201576c) Kconfig (ba8b0ee81fbbc249e60f84bf097bd56e8047c742)
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

--- 7 unchanged lines hidden (view full) ---

16 tristate "HiSilicon STB SoCs COMBPHY 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 STB SoCs COMBPHY.
22 If unsure, say N.
23
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

--- 7 unchanged lines hidden (view full) ---

16 tristate "HiSilicon STB SoCs COMBPHY 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 STB SoCs COMBPHY.
22 If unsure, say N.
23
24config PHY_HISI_INNO_USB2
25 tristate "HiSilicon INNO USB2 PHY support"
26 depends on (ARCH_HISI && ARM64) || COMPILE_TEST
27 select GENERIC_PHY
28 select MFD_SYSCON
29 help
30 Support for INNO USB2 PHY on HiSilicon SoCs. This Phy supports
31 USB 1.5Mb/s, USB 12Mb/s, USB 480Mb/s speeds. It supports one
32 USB host port to accept one USB device.
33
24config PHY_HIX5HD2_SATA
25 tristate "HIX5HD2 SATA PHY Driver"
26 depends on ARCH_HIX5HD2 && OF && HAS_IOMEM
27 select GENERIC_PHY
28 select MFD_SYSCON
29 help
30 Support for SATA PHY on Hisilicon hix5hd2 Soc.
34config PHY_HIX5HD2_SATA
35 tristate "HIX5HD2 SATA PHY Driver"
36 depends on ARCH_HIX5HD2 && OF && HAS_IOMEM
37 select GENERIC_PHY
38 select MFD_SYSCON
39 help
40 Support for SATA PHY on Hisilicon hix5hd2 Soc.