summaryrefslogtreecommitdiff
path: root/drivers/phy/Kconfig
diff options
context:
space:
mode:
authorMatt Porter <mporter@linaro.org>2013-12-19 18:23:09 +0400
committerFelipe Balbi <balbi@ti.com>2013-12-24 00:33:02 +0400
commit7597fdfca983025a3de91d4b3cf7b21ba452003c (patch)
tree987f56d57b710be7aaf8ebecdc200fc0a9f4df5e /drivers/phy/Kconfig
parent26799f1d23d07c2c4db2ccdba43c0e61baeaebee (diff)
downloadlinux-7597fdfca983025a3de91d4b3cf7b21ba452003c.tar.xz
phy: add Broadcom Kona USB2 PHY driver
Add a driver for the internal Broadcom Kona USB 2.0 PHY found on the BCM281xx family of SoCs. Signed-off-by: Matt Porter <mporter@linaro.org> Signed-off-by: Felipe Balbi <balbi@ti.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 330ef2d06567..a49e85349d81 100644
--- a/drivers/phy/Kconfig
+++ b/drivers/phy/Kconfig
@@ -51,4 +51,10 @@ config PHY_EXYNOS_DP_VIDEO
help
Support for Display Port PHY found on Samsung EXYNOS SoCs.
+config BCM_KONA_USB2_PHY
+ tristate "Broadcom Kona USB2 PHY Driver"
+ depends on GENERIC_PHY
+ help
+ Enable this to support the Broadcom Kona USB 2.0 PHY.
+
endmenu