Kconfig (05909cd9a0c8811731b38697af13075e8954314f) | Kconfig (76aefb221146dbe0de124f566329c76d5dcf118a) |
---|---|
1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Phy drivers for Amlogic platforms 4# 5config PHY_MESON8B_USB2 6 tristate "Meson8, Meson8b, Meson8m2 and GXBB USB2 PHY driver" 7 default ARCH_MESON 8 depends on OF && (ARCH_MESON || COMPILE_TEST) --- 56 unchanged lines hidden (view full) --- 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. | 1# SPDX-License-Identifier: GPL-2.0-only 2# 3# Phy drivers for Amlogic platforms 4# 5config PHY_MESON8B_USB2 6 tristate "Meson8, Meson8b, Meson8m2 and GXBB USB2 PHY driver" 7 default ARCH_MESON 8 depends on OF && (ARCH_MESON || COMPILE_TEST) --- 56 unchanged lines hidden (view full) --- 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. |
73 74config PHY_MESON_AXG_MIPI_DPHY 75 tristate "Meson AXG MIPI DPHY driver" 76 default ARCH_MESON 77 depends on OF && (ARCH_MESON || COMPILE_TEST) 78 select GENERIC_PHY 79 select REGMAP_MMIO 80 select GENERIC_PHY_MIPI_DPHY 81 help 82 Enable this to support the Meson MIPI DPHY found in Meson AXG 83 SoCs. 84 If unsure, say N. |
|