Merge https://gitlab.denx.de/u-boot/custodians/u-boot-mpc85xx
[oweals/u-boot.git] / drivers / phy / Kconfig
index e317373a5c2bab3ed473631f323fc19de2a61097..9c775107e9c2c440a17caa49d329a77030fa2f71 100644 (file)
@@ -154,6 +154,14 @@ config PHY_STM32_USBPHYC
          between an HS USB OTG controller and an HS USB Host controller,
          selected by an USB switch.
 
+config MESON_GXBB_USB_PHY
+       bool "Amlogic Meson GXBB USB PHY"
+       depends on PHY && ARCH_MESON && MESON_GXBB
+       imply REGMAP
+       help
+         This is the generic phy driver for the Amlogic Meson GXBB
+         USB2 PHY.
+
 config MESON_GXL_USB_PHY
        bool "Amlogic Meson GXL USB PHYs"
        depends on PHY && ARCH_MESON && (MESON_GXL || MESON_GXM)
@@ -200,6 +208,7 @@ config KEYSTONE_USB_PHY
 config MT76X8_USB_PHY
        bool "MediaTek MT76x8 (7628/88) USB PHY support"
        depends on PHY
+       depends on SOC_MT7628
        help
           Support the USB PHY in MT76x8 SoCs
 
@@ -216,4 +225,5 @@ config PHY_MTK_TPHY
          multi-ports is first version, otherwise is second veriosn,
          so you can easily distinguish them by banks layout.
 
+source "drivers/phy/rockchip/Kconfig"
 endmenu