Kconfig (16df8bcb672c45e69a7bf4b37bb6de12c705e195) | Kconfig (36077e16c050d1b063cdfec8c1d38d51d112f86d) |
---|---|
1# 2# Phy drivers for Amlogic platforms 3# 4config PHY_MESON8B_USB2 5 tristate "Meson8, Meson8b and GXBB USB2 PHY driver" 6 default ARCH_MESON 7 depends on OF && (ARCH_MESON || COMPILE_TEST) 8 depends on USB_SUPPORT --- 33 unchanged lines hidden (view full) --- 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. | 1# 2# Phy drivers for Amlogic platforms 3# 4config PHY_MESON8B_USB2 5 tristate "Meson8, Meson8b and GXBB USB2 PHY driver" 6 default ARCH_MESON 7 depends on OF && (ARCH_MESON || COMPILE_TEST) 8 depends on USB_SUPPORT --- 33 unchanged lines hidden (view full) --- 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. |
50 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. |
|