diff options
| author | Álvaro Fernández Rojas <noltari@gmail.com> | 2018-02-04 21:11:15 +0100 |
|---|---|---|
| committer | Daniel Schwierzeck <daniel.schwierzeck@gmail.com> | 2018-03-21 23:23:13 +0100 |
| commit | 8e948c6ff1f3765fda846260a6abd65361902a3d (patch) | |
| tree | 367170e10fe201522982fb80fc53a81a86c2b2ee /drivers/phy/Kconfig | |
| parent | 485d2cd3d619bbd74c966aaeb2ff1db1120f8ca5 (diff) | |
phy: add support for bcm6318 usbh phy
Signed-off-by: Ãlvaro Fernández Rojas <noltari@gmail.com>
Reviewed-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Diffstat (limited to 'drivers/phy/Kconfig')
| -rw-r--r-- | drivers/phy/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index d3fa9ded2ad..4e9d09910c3 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -59,6 +59,13 @@ 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 |
