aboutsummaryrefslogtreecommitdiff
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorÁlvaro Fernández Rojas <noltari@gmail.com>2018-02-04 11:18:24 +0100
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>2018-03-21 23:23:13 +0100
commitbcb9b502d5d7bb88f7623e7185b40bac9a440a58 (patch)
tree73f4589f39ae70ea73867eda1990b45592c091f4 /drivers/phy/Kconfig
parentdbf4b7669c09f307124af3a479e0ca5b5361740c (diff)
downloadu-boot-bcb9b502d5d7bb88f7623e7185b40bac9a440a58.zip
u-boot-bcb9b502d5d7bb88f7623e7185b40bac9a440a58.tar.gz
u-boot-bcb9b502d5d7bb88f7623e7185b40bac9a440a58.tar.bz2
phy: add support for bcm6348 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/Kconfig6
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig
index 3b9a09c..cec2130 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -59,6 +59,12 @@ config SPL_NOP_PHY
This is useful when a driver uses the PHY framework but no real PHY
hardware exists.
+config BCM6348_USBH_PHY
+ bool "BCM6348 USBH PHY support"
+ depends on PHY && ARCH_BMIPS
+ help
+ Support for the Broadcom MIPS BCM6348 USBH PHY.
+
config PIPE3_PHY
bool "Support omap's PIPE3 PHY"
depends on PHY && ARCH_OMAP2PLUS