]> git.sur5r.net Git - u-boot/blobdiff - drivers/phy/Kconfig
Merge branch 'master' of git://git.denx.de/u-boot-sunxi
[u-boot] / drivers / phy / Kconfig
index 98f2a1b04713f3dcc192aecc2299cb510e4523bf..8fc2295d03a5f5b86eda3664dda98e894f7160f7 100644 (file)
@@ -59,6 +59,31 @@ config SPL_NOP_PHY
          This is useful when a driver uses the PHY framework but no real PHY
          hardware exists.
 
+config BCM6318_USBH_PHY
+       bool "BCM6318 USBH PHY support"
+       depends on PHY && ARCH_BMIPS
+       select POWER_DOMAIN
+       help
+         Support for the Broadcom MIPS BCM6318 USBH PHY.
+
+config BCM6348_USBH_PHY
+       bool "BCM6348 USBH PHY support"
+       depends on PHY && ARCH_BMIPS
+       help
+         Support for the Broadcom MIPS BCM6348 USBH PHY.
+
+config BCM6358_USBH_PHY
+       bool "BCM6358 USBH PHY support"
+       depends on PHY && ARCH_BMIPS
+       help
+         Support for the Broadcom MIPS BCM6358 USBH PHY.
+
+config BCM6368_USBH_PHY
+       bool "BCM6368 USBH PHY support"
+       depends on PHY && ARCH_BMIPS
+       help
+         Support for the Broadcom MIPS BCM6368 USBH PHY.
+
 config PIPE3_PHY
        bool "Support omap's PIPE3 PHY"
        depends on PHY && ARCH_OMAP2PLUS
@@ -77,4 +102,33 @@ config SPL_PIPE3_PHY
          This PHY is found on omap devices supporting SATA such as dra7, am57x
          and omap5
 
+config STI_USB_PHY
+       bool "STMicroelectronics USB2 picoPHY driver for STiH407 family"
+       depends on PHY && ARCH_STI
+       help
+         This is the generic phy driver for the picoPHY ports
+         used by USB2 and USB3 Host controllers available on
+         STiH407 SoC families.
+
+config PHY_STM32_USBPHYC
+       tristate "STMicroelectronics STM32 SoC USB HS PHY driver"
+       depends on PHY && ARCH_STM32MP
+       help
+         Enable this to support the High-Speed USB transceiver that is part of
+         STMicroelectronics STM32 SoCs.
+
+         This driver controls the entire USB PHY block: the USB PHY controller
+         (USBPHYC) and the two 8-bit wide UTMI+ interface. First interface is
+         used by an HS USB Host controller, and the second one is shared
+         between an HS USB OTG controller and an HS USB Host controller,
+         selected by an USB switch.
+
+config MESON_GXL_USB_PHY
+       bool "Amlogic Meson GXL USB PHYs"
+       depends on PHY && ARCH_MESON && MESON_GXL
+       imply REGMAP
+       help
+         This is the generic phy driver for the Amlogic Meson GXL
+         USB2 and USB3 PHYS.
+
 endmenu