xref: /openbmc/linux/drivers/phy/hisilicon/Kconfig (revision 56c6eed1)
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_HISTB_COMBPHY
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
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.
41