xref: /openbmc/linux/drivers/phy/hisilicon/Kconfig (revision d0bffd17)
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	select GENERIC_PHY
8	select MFD_SYSCON
9	help
10	  Enable this to support the HISILICON HI6220 USB PHY.
11
12	  To compile this driver as a module, choose M here.
13
14config PHY_HISTB_COMBPHY
15	tristate "HiSilicon STB SoCs COMBPHY support"
16	depends on (ARCH_HISI && ARM64) || COMPILE_TEST
17	select GENERIC_PHY
18	select MFD_SYSCON
19	help
20	  Enable this to support the HISILICON STB SoCs COMBPHY.
21	  If unsure, say N.
22
23config PHY_HIX5HD2_SATA
24	tristate "HIX5HD2 SATA PHY Driver"
25	depends on ARCH_HIX5HD2 && OF && HAS_IOMEM
26	select GENERIC_PHY
27	select MFD_SYSCON
28	help
29	  Support for SATA PHY on Hisilicon hix5hd2 Soc.
30