| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | # |
|---|
| 2 | 3 | # Phy drivers for Amlogic platforms |
|---|
| 3 | 4 | # |
|---|
| 4 | 5 | config PHY_MESON8B_USB2 |
|---|
| 5 | | - tristate "Meson8, Meson8b and GXBB USB2 PHY driver" |
|---|
| 6 | + tristate "Meson8, Meson8b, Meson8m2 and GXBB USB2 PHY driver" |
|---|
| 6 | 7 | default ARCH_MESON |
|---|
| 7 | 8 | depends on OF && (ARCH_MESON || COMPILE_TEST) |
|---|
| 8 | 9 | depends on USB_SUPPORT |
|---|
| 9 | 10 | select USB_COMMON |
|---|
| 10 | 11 | select GENERIC_PHY |
|---|
| 12 | + select REGMAP_MMIO |
|---|
| 11 | 13 | help |
|---|
| 12 | 14 | Enable this to support the Meson USB2 PHYs found in Meson8, |
|---|
| 13 | 15 | Meson8b and GXBB SoCs. |
|---|
| .. | .. |
|---|
| 25 | 27 | GXL and GXM SoCs. |
|---|
| 26 | 28 | If unsure, say N. |
|---|
| 27 | 29 | |
|---|
| 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" |
|---|
| 30 | 32 | default ARCH_MESON |
|---|
| 31 | 33 | depends on OF && (ARCH_MESON || COMPILE_TEST) |
|---|
| 32 | | - depends on USB_SUPPORT |
|---|
| 33 | 34 | select GENERIC_PHY |
|---|
| 34 | 35 | select REGMAP_MMIO |
|---|
| 35 | 36 | 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. |
|---|
| 38 | 72 | If unsure, say N. |
|---|