xref: /openbmc/linux/drivers/phy/hisilicon/Kconfig (revision bb0e500b)
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_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.
31