diff options
author | Álvaro Fernández Rojas <noltari@gmail.com> | 2020-07-20 15:12:09 +0200 |
---|---|---|
committer | Vinod Koul <vkoul@kernel.org> | 2020-07-21 22:59:58 +0530 |
commit | 783f6d3dcf35f7b63783756710bebcecb3067f83 (patch) | |
tree | 7017a2cc652fa2b0a190ec53440c7437b41f2e12 /drivers/phy/broadcom/Kconfig | |
parent | 960004121075241330457a3306ad735dd27d76c2 (diff) | |
download | linux-783f6d3dcf35f7b63783756710bebcecb3067f83.tar.bz2 |
phy: bcm63xx-usbh: Add BCM63xx USBH driver
Add BCM63xx USBH PHY driver for BMIPS.
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
Signed-off-by: Simon Arlott <simon@octiron.net>
Link: https://lore.kernel.org/r/20200720131209.1236590-3-noltari@gmail.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/broadcom/Kconfig')
-rw-r--r-- | drivers/phy/broadcom/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/phy/broadcom/Kconfig b/drivers/phy/broadcom/Kconfig index b29f11c19155..a1f1a9c90d0d 100644 --- a/drivers/phy/broadcom/Kconfig +++ b/drivers/phy/broadcom/Kconfig @@ -2,6 +2,14 @@ # # Phy drivers for Broadcom platforms # +config PHY_BCM63XX_USBH + tristate "BCM63xx USBH PHY driver" + depends on BMIPS_GENERIC || COMPILE_TEST + select GENERIC_PHY + help + Enable this to support the BCM63xx USBH PHY driver. + If unsure, say N. + config PHY_CYGNUS_PCIE tristate "Broadcom Cygnus PCIe PHY driver" depends on OF && (ARCH_BCM_CYGNUS || COMPILE_TEST) |