hc
2023-12-11 d2ccde1c8e90d38cee87a1b0309ad2827f3fd30d
kernel/drivers/phy/amlogic/Kconfig
....@@ -1,13 +1,15 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 #
23 # Phy drivers for Amlogic platforms
34 #
45 config PHY_MESON8B_USB2
5
- tristate "Meson8, Meson8b and GXBB USB2 PHY driver"
6
+ tristate "Meson8, Meson8b, Meson8m2 and GXBB USB2 PHY driver"
67 default ARCH_MESON
78 depends on OF && (ARCH_MESON || COMPILE_TEST)
89 depends on USB_SUPPORT
910 select USB_COMMON
1011 select GENERIC_PHY
12
+ select REGMAP_MMIO
1113 help
1214 Enable this to support the Meson USB2 PHYs found in Meson8,
1315 Meson8b and GXBB SoCs.
....@@ -25,14 +27,46 @@
2527 GXL and GXM SoCs.
2628 If unsure, say N.
2729
28
-config PHY_MESON_GXL_USB3
29
- tristate "Meson GXL and GXM USB3 PHY drivers"
30
+config PHY_MESON_G12A_USB2
31
+ tristate "Meson G12A USB2 PHY driver"
3032 default ARCH_MESON
3133 depends on OF && (ARCH_MESON || COMPILE_TEST)
32
- depends on USB_SUPPORT
3334 select GENERIC_PHY
3435 select REGMAP_MMIO
3536 help
36
- Enable this to support the Meson USB3 PHY and OTG detection
37
- IP block found in Meson GXL and GXM SoCs.
37
+ Enable this to support the Meson USB2 PHYs found in Meson
38
+ G12A SoCs.
39
+ If unsure, say N.
40
+
41
+config PHY_MESON_G12A_USB3_PCIE
42
+ tristate "Meson G12A USB3+PCIE Combo PHY driver"
43
+ default ARCH_MESON
44
+ depends on OF && (ARCH_MESON || COMPILE_TEST)
45
+ select GENERIC_PHY
46
+ select REGMAP_MMIO
47
+ help
48
+ Enable this to support the Meson USB3 + PCIE Combo PHY found
49
+ in Meson G12A SoCs.
50
+ If unsure, say N.
51
+
52
+config PHY_MESON_AXG_PCIE
53
+ tristate "Meson AXG PCIE PHY driver"
54
+ default ARCH_MESON
55
+ depends on OF && (ARCH_MESON || COMPILE_TEST)
56
+ select GENERIC_PHY
57
+ select REGMAP_MMIO
58
+ help
59
+ Enable this to support the Meson MIPI + PCIE PHY found
60
+ in Meson AXG SoCs.
61
+ If unsure, say N.
62
+
63
+config PHY_MESON_AXG_MIPI_PCIE_ANALOG
64
+ tristate "Meson AXG MIPI + PCIE analog PHY driver"
65
+ default ARCH_MESON
66
+ depends on OF && (ARCH_MESON || COMPILE_TEST)
67
+ select GENERIC_PHY
68
+ select REGMAP_MMIO
69
+ help
70
+ Enable this to support the Meson MIPI + PCIE analog PHY
71
+ found in Meson AXG SoCs.
3872 If unsure, say N.