diff options
author | Álvaro Fernández Rojas | 2018-02-04 11:19:11 +0100 |
---|---|---|
committer | Daniel Schwierzeck | 2018-03-21 23:23:13 +0100 |
commit | 190c36b97555a9284c10857707cabf05b9c4fd07 (patch) | |
tree | 0990f5f38a9fb7566bd40d11208c44088d324d95 /drivers/phy/Kconfig | |
parent | 0975a61513e78c30d0242203f6dfcac6fc08c6b9 (diff) |
phy: add support for bcm6358 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 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index cec2130c058..43fb4c9bfd2 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -65,6 +65,12 @@ config BCM6348_USBH_PHY 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 PIPE3_PHY bool "Support omap's PIPE3 PHY" depends on PHY && ARCH_OMAP2PLUS |