hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/phy/hisilicon/Kconfig
....@@ -1,3 +1,4 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Phy drivers for Hisilicon platforms
34 #
....@@ -12,6 +13,16 @@
1213
1314 To compile this driver as a module, choose M here.
1415
16
+config PHY_HI3660_USB
17
+ tristate "hi3660 USB PHY support"
18
+ depends on (ARCH_HISI && ARM64) || COMPILE_TEST
19
+ select GENERIC_PHY
20
+ select MFD_SYSCON
21
+ help
22
+ Enable this to support the HISILICON HI3660 USB PHY.
23
+
24
+ To compile this driver as a module, choose M here.
25
+
1526 config PHY_HISTB_COMBPHY
1627 tristate "HiSilicon STB SoCs COMBPHY support"
1728 depends on (ARCH_HISI && ARM64) || COMPILE_TEST
....@@ -22,14 +33,14 @@
2233 If unsure, say N.
2334
2435 config 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.
36
+ tristate "HiSilicon INNO USB2 PHY support"
37
+ depends on (ARCH_HISI && ARM64) || COMPILE_TEST
38
+ select GENERIC_PHY
39
+ select MFD_SYSCON
40
+ help
41
+ Support for INNO USB2 PHY on HiSilicon SoCs. This Phy supports
42
+ USB 1.5Mb/s, USB 12Mb/s, USB 480Mb/s speeds. It supports one
43
+ USB host port to accept one USB device.
3344
3445 config PHY_HIX5HD2_SATA
3546 tristate "HIX5HD2 SATA PHY Driver"