blob: 486ca23aba32fdd6898da2985479cb795cd43887 [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 Blumenstingl697b3732017-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 Blumenstingl697b3732017-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 Armstrong16df8bc2019-03-25 10:39:40 +010040config PHY_MESON_G12A_USB2
41 tristate "Meson G12A USB2 PHY driver"
42 default ARCH_MESON
43 depends on OF && (ARCH_MESON || COMPILE_TEST)
44 select GENERIC_PHY
45 select REGMAP_MMIO
46 help
47 Enable this to support the Meson USB2 PHYs found in Meson
48 G12A SoCs.
49 If unsure, say N.
Neil Armstrong36077e12019-03-25 10:39:41 +010050
51config PHY_MESON_G12A_USB3_PCIE
52 tristate "Meson G12A USB3+PCIE Combo PHY driver"
53 default ARCH_MESON
54 depends on OF && (ARCH_MESON || COMPILE_TEST)
55 select GENERIC_PHY
56 select REGMAP_MMIO
57 help
58 Enable this to support the Meson USB3 + PCIE Combo PHY found
59 in Meson G12A SoCs.
60 If unsure, say N.
Remi Pommarelaf3f5722020-01-24 00:29:41 +010061
Remi Pommarele2463552020-01-24 00:29:42 +010062config PHY_MESON_AXG_PCIE
63 tristate "Meson AXG PCIE PHY driver"
64 default ARCH_MESON
65 depends on OF && (ARCH_MESON || COMPILE_TEST)
66 select GENERIC_PHY
67 select REGMAP_MMIO
68 help
69 Enable this to support the Meson MIPI + PCIE PHY found
70 in Meson AXG SoCs.
71 If unsure, say N.
72
Remi Pommarelaf3f5722020-01-24 00:29:41 +010073config PHY_MESON_AXG_MIPI_PCIE_ANALOG
74 tristate "Meson AXG MIPI + PCIE analog PHY driver"
75 default ARCH_MESON
76 depends on OF && (ARCH_MESON || COMPILE_TEST)
77 select GENERIC_PHY
78 select REGMAP_MMIO
Neil Armstrong8eff8b42020-11-16 11:16:47 +010079 select GENERIC_PHY_MIPI_DPHY
Remi Pommarelaf3f5722020-01-24 00:29:41 +010080 help
81 Enable this to support the Meson MIPI + PCIE analog PHY
82 found in Meson AXG SoCs.
83 If unsure, say N.
Neil Armstrong76aefb22020-11-16 11:13:15 +010084
85config PHY_MESON_AXG_MIPI_DPHY
86 tristate "Meson AXG MIPI DPHY driver"
87 default ARCH_MESON
88 depends on OF && (ARCH_MESON || COMPILE_TEST)
89 select GENERIC_PHY
90 select REGMAP_MMIO
91 select GENERIC_PHY_MIPI_DPHY
92 help
93 Enable this to support the Meson MIPI DPHY found in Meson AXG
94 SoCs.
95 If unsure, say N.