diff options
author | Antoine Tenart <antoine.tenart@free-electrons.com> | 2014-11-20 22:53:25 +0100 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2014-11-21 19:48:50 +0530 |
commit | 13ebb68cb5a227abe2437094f99a699736e39e0a (patch) | |
tree | 42dede85ecb5e5ee0c4b14ba00494954093d4924 /drivers/phy/Kconfig | |
parent | ec4637bfff1c7d5f2bc7e51d180dd4aa51883af0 (diff) | |
download | lwn-13ebb68cb5a227abe2437094f99a699736e39e0a.tar.gz lwn-13ebb68cb5a227abe2437094f99a699736e39e0a.zip |
phy: add the Berlin USB PHY driver
Add the driver driving the Marvell Berlin USB PHY. This allows to
initialize the PHY and to use it from the USB driver later.
Signed-off-by: Antoine Tenart <antoine.tenart@free-electrons.com>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r-- | drivers/phy/Kconfig | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index cfaced92e0c8..4144d250524f 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig @@ -15,6 +15,13 @@ config GENERIC_PHY phy users can obtain reference to the PHY. All the users of this framework should select this config. +config PHY_BERLIN_USB + tristate "Marvell Berlin USB PHY Driver" + depends on ARCH_BERLIN && RESET_CONTROLLER && HAS_IOMEM && OF + select GENERIC_PHY + help + Enable this to support the USB PHY on Marvell Berlin SoCs. + config PHY_BERLIN_SATA tristate "Marvell Berlin SATA PHY driver" depends on ARCH_BERLIN && HAS_IOMEM && OF |