diff options
author | Matt Porter <mporter@linaro.org> | 2013-12-19 09:23:09 -0500 |
---|---|---|
committer | Felipe Balbi <balbi@ti.com> | 2013-12-23 14:33:02 -0600 |
commit | 7597fdfca983025a3de91d4b3cf7b21ba452003c (patch) | |
tree | 987f56d57b710be7aaf8ebecdc200fc0a9f4df5e /drivers/phy/Kconfig | |
parent | 26799f1d23d07c2c4db2ccdba43c0e61baeaebee (diff) | |
download | linux-7597fdfca983025a3de91d4b3cf7b21ba452003c.tar.bz2 |
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/Kconfig | 6 |
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 |