Kconfig (af3f5722d10cc345cbcfd2e1190334baa237a4ee) | Kconfig (e2463559ff1d5a76e708a26ec91e4950e702b25c) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Phy drivers for Amlogic platforms 4# 5config PHY_MESON8B_USB2 6 tristate "Meson8, Meson8b and GXBB USB2 PHY driver" 7 default ARCH_MESON 8 depends on OF && (ARCH_MESON || COMPILE_TEST) --- 46 unchanged lines hidden (view full) --- 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 USB3 + PCIE Combo PHY found 60 in Meson G12A SoCs. 61 If unsure, say N. 62 | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Phy drivers for Amlogic platforms 4# 5config PHY_MESON8B_USB2 6 tristate "Meson8, Meson8b and GXBB USB2 PHY driver" 7 default ARCH_MESON 8 depends on OF && (ARCH_MESON || COMPILE_TEST) --- 46 unchanged lines hidden (view full) --- 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 USB3 + PCIE Combo PHY found 60 in Meson G12A SoCs. 61 If unsure, say N. 62 |
63config PHY_MESON_AXG_PCIE 64 tristate "Meson AXG PCIE 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 PHY found 71 in Meson AXG SoCs. 72 If unsure, say N. 73 |
|
63config 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. 72 If unsure, say N. | 74config PHY_MESON_AXG_MIPI_PCIE_ANALOG 75 tristate "Meson AXG MIPI + PCIE analog 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 analog PHY 82 found in Meson AXG SoCs. 83 If unsure, say N. |