xref: /openbmc/linux/drivers/phy/hisilicon/Kconfig (revision 8de6b7ed)
1ec8f24b7SThomas Gleixner# SPDX-License-Identifier: GPL-2.0-only
20b56e9a7SVivek Gautam#
30b56e9a7SVivek Gautam# Phy drivers for Hisilicon platforms
40b56e9a7SVivek Gautam#
50b56e9a7SVivek Gautamconfig PHY_HI6220_USB
60b56e9a7SVivek Gautam	tristate "hi6220 USB PHY support"
70b56e9a7SVivek Gautam	depends on (ARCH_HISI && ARM64) || COMPILE_TEST
8bb0e500bSMasahiro Yamada	depends on HAS_IOMEM
90b56e9a7SVivek Gautam	select GENERIC_PHY
100b56e9a7SVivek Gautam	select MFD_SYSCON
110b56e9a7SVivek Gautam	help
120b56e9a7SVivek Gautam	  Enable this to support the HISILICON HI6220 USB PHY.
130b56e9a7SVivek Gautam
140b56e9a7SVivek Gautam	  To compile this driver as a module, choose M here.
150b56e9a7SVivek Gautam
1694e487a4SYu Chenconfig PHY_HI3660_USB
1794e487a4SYu Chen	tristate "hi3660 USB PHY support"
1894e487a4SYu Chen	depends on (ARCH_HISI && ARM64) || COMPILE_TEST
1994e487a4SYu Chen	select GENERIC_PHY
2094e487a4SYu Chen	select MFD_SYSCON
2194e487a4SYu Chen	help
2294e487a4SYu Chen	  Enable this to support the HISILICON HI3660 USB PHY.
2394e487a4SYu Chen
2494e487a4SYu Chen	  To compile this driver as a module, choose M here.
2594e487a4SYu Chen
26*8de6b7edSMauro Carvalho Chehabconfig PHY_HI3670_USB
27*8de6b7edSMauro Carvalho Chehab	tristate "hi3670 USB PHY support"
28*8de6b7edSMauro Carvalho Chehab	depends on (ARCH_HISI && ARM64) || COMPILE_TEST
29*8de6b7edSMauro Carvalho Chehab	select GENERIC_PHY
30*8de6b7edSMauro Carvalho Chehab	select MFD_SYSCON
31*8de6b7edSMauro Carvalho Chehab	help
32*8de6b7edSMauro Carvalho Chehab	  Enable this to support the HISILICON HI3670 USB PHY.
33*8de6b7edSMauro Carvalho Chehab
34*8de6b7edSMauro Carvalho Chehab	  To compile this driver as a module, choose M here.
35*8de6b7edSMauro Carvalho Chehab
36d0bffd17SJianguo Sunconfig PHY_HISTB_COMBPHY
37d0bffd17SJianguo Sun	tristate "HiSilicon STB SoCs COMBPHY support"
38d0bffd17SJianguo Sun	depends on (ARCH_HISI && ARM64) || COMPILE_TEST
39d0bffd17SJianguo Sun	select GENERIC_PHY
40d0bffd17SJianguo Sun	select MFD_SYSCON
41d0bffd17SJianguo Sun	help
42d0bffd17SJianguo Sun	  Enable this to support the HISILICON STB SoCs COMBPHY.
43d0bffd17SJianguo Sun	  If unsure, say N.
44d0bffd17SJianguo Sun
45ba8b0ee8SPengcheng Liconfig PHY_HISI_INNO_USB2
46ba8b0ee8SPengcheng Li	tristate "HiSilicon INNO USB2 PHY support"
47ba8b0ee8SPengcheng Li	depends on (ARCH_HISI && ARM64) || COMPILE_TEST
48ba8b0ee8SPengcheng Li	select GENERIC_PHY
49ba8b0ee8SPengcheng Li	select MFD_SYSCON
50ba8b0ee8SPengcheng Li	help
51ba8b0ee8SPengcheng Li	  Support for INNO USB2 PHY on HiSilicon SoCs. This Phy supports
52ba8b0ee8SPengcheng Li	  USB 1.5Mb/s, USB 12Mb/s, USB 480Mb/s speeds. It supports one
53ba8b0ee8SPengcheng Li	  USB host port to accept one USB device.
54ba8b0ee8SPengcheng Li
550b56e9a7SVivek Gautamconfig PHY_HIX5HD2_SATA
560b56e9a7SVivek Gautam	tristate "HIX5HD2 SATA PHY Driver"
570b56e9a7SVivek Gautam	depends on ARCH_HIX5HD2 && OF && HAS_IOMEM
580b56e9a7SVivek Gautam	select GENERIC_PHY
590b56e9a7SVivek Gautam	select MFD_SYSCON
600b56e9a7SVivek Gautam	help
610b56e9a7SVivek Gautam	  Support for SATA PHY on Hisilicon hix5hd2 Soc.
62