blob: ce7ba3eb2a8e5da9467f591b3a24bcc6ac269b7d [file] [log] [blame]
Thomas Gleixnerec8f24b2019-05-19 13:07:45 +01001# SPDX-License-Identifier: GPL-2.0-only
Vivek Gautam0b56e9a2017-05-11 12:17:42 +05302#
3# Phy drivers for Amlogic platforms
4#
Martin Blumenstingle45dbd32021-10-20 21:51:07 +02005config PHY_MESON8_HDMI_TX
6 tristate "Meson8, Meson8b and Meson8m2 HDMI TX PHY driver"
7 depends on (ARCH_MESON && ARM) || COMPILE_TEST
8 depends on OF
9 select MFD_SYSCON
10 help
11 Enable this to support the HDMI TX PHYs found in Meson8,
12 Meson8b and Meson8m2 SoCs.
13 If unsure, say N.
14
Vivek Gautam0b56e9a2017-05-11 12:17:42 +053015config PHY_MESON8B_USB2
Martin Blumenstinglf004be52020-05-13 00:24:24 +020016 tristate "Meson8, Meson8b, Meson8m2 and GXBB USB2 PHY driver"
Vivek Gautam0b56e9a2017-05-11 12:17:42 +053017 default ARCH_MESON
18 depends on OF && (ARCH_MESON || COMPILE_TEST)
19 depends on USB_SUPPORT
20 select USB_COMMON
21 select GENERIC_PHY
Martin Blumenstinglde143a42020-05-13 00:24:21 +020022 select REGMAP_MMIO
Vivek Gautam0b56e9a2017-05-11 12:17:42 +053023 help
Martin Blumenstingl4a3449d2017-06-01 18:41:14 +053024 Enable this to support the Meson USB2 PHYs found in Meson8,
25 Meson8b and GXBB SoCs.
Vivek Gautam0b56e9a2017-05-11 12:17:42 +053026 If unsure, say N.
Martin Blumenstingl697b373c2017-05-20 15:50:41 +020027
28config PHY_MESON_GXL_USB2
29 tristate "Meson GXL and GXM USB2 PHY drivers"
30 default ARCH_MESON
31 depends on OF && (ARCH_MESON || COMPILE_TEST)
32 depends on USB_SUPPORT
Martin Blumenstingl697b373c2017-05-20 15:50:41 +020033 select GENERIC_PHY
34 select REGMAP_MMIO
35 help
36 Enable this to support the Meson USB2 PHYs found in Meson
37 GXL and GXM SoCs.
38 If unsure, say N.
Martin Blumenstingl115de9f2018-03-03 19:47:00 +010039
Neil Armstrong2a56dc62022-07-05 09:56:50 +020040config PHY_MESON_G12A_MIPI_DPHY_ANALOG
41 tristate "Meson G12A MIPI Analog DPHY driver"
42 default ARCH_MESON
43 depends on OF && (ARCH_MESON || COMPILE_TEST)
44 select GENERIC_PHY
45 select MFD_SYSCON
46 select GENERIC_PHY_MIPI_DPHY
47 help
48 Enable this to support the Meson MIPI Analog DPHY found in Meson G12A
49 SoCs.
50 If unsure, say N.
51
Neil Armstrong16df8bc2019-03-25 10:39:40 +010052config PHY_MESON_G12A_USB2
53 tristate "Meson G12A USB2 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 USB2 PHYs found in Meson
60 G12A SoCs.
61 If unsure, say N.
Neil Armstrong36077e12019-03-25 10:39:41 +010062
63config PHY_MESON_G12A_USB3_PCIE
64 tristate "Meson G12A USB3+PCIE Combo 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 USB3 + PCIE Combo PHY found
71 in Meson G12A SoCs.
72 If unsure, say N.
Remi Pommarelaf3f5722020-01-24 00:29:41 +010073
Remi Pommarele2463552020-01-24 00:29:42 +010074config PHY_MESON_AXG_PCIE
75 tristate "Meson AXG PCIE PHY driver"
76 default ARCH_MESON
77 depends on OF && (ARCH_MESON || COMPILE_TEST)
78 select GENERIC_PHY
79 select REGMAP_MMIO
80 help
81 Enable this to support the Meson MIPI + PCIE PHY found
82 in Meson AXG SoCs.
83 If unsure, say N.
84
Remi Pommarelaf3f5722020-01-24 00:29:41 +010085config PHY_MESON_AXG_MIPI_PCIE_ANALOG
86 tristate "Meson AXG MIPI + PCIE analog PHY driver"
87 default ARCH_MESON
88 depends on OF && (ARCH_MESON || COMPILE_TEST)
89 select GENERIC_PHY
90 select REGMAP_MMIO
Neil Armstrong8eff8b42020-11-16 11:16:47 +010091 select GENERIC_PHY_MIPI_DPHY
Remi Pommarelaf3f5722020-01-24 00:29:41 +010092 help
93 Enable this to support the Meson MIPI + PCIE analog PHY
94 found in Meson AXG SoCs.
95 If unsure, say N.
Neil Armstrong76aefb22020-11-16 11:13:15 +010096
97config PHY_MESON_AXG_MIPI_DPHY
98 tristate "Meson AXG MIPI DPHY driver"
99 default ARCH_MESON
100 depends on OF && (ARCH_MESON || COMPILE_TEST)
101 select GENERIC_PHY
102 select REGMAP_MMIO
103 select GENERIC_PHY_MIPI_DPHY
104 help
105 Enable this to support the Meson MIPI DPHY found in Meson AXG
106 SoCs.
107 If unsure, say N.