diff options
author | Andrew Lunn <andrew@lunn.ch> | 2013-12-17 15:21:50 -0500 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2013-12-24 13:22:58 -0500 |
commit | e3eae85773ebd2165d19ca8661cca3b9c60b2ba1 (patch) | |
tree | e83a0d888a66c53462300f3d485f8f20d4bd4f6d /drivers/phy/Kconfig | |
parent | d18c960430ca341e5c12a023c805ff8fd10032a6 (diff) |
Phy: Add a PHY driver for Marvell MVEBU SATA PHY.
Kirkwood and Dove can turn the SATA phy on and off. Add a PHY driver
to control this.
Signed-off-by: Andrew Lunn <andrew@lunn.ch>
Signed-off-by: Kishon Vijay Abraham I <kishon@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..d0611b84d7f7 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig | |||
@@ -21,6 +21,12 @@ config PHY_EXYNOS_MIPI_VIDEO | |||
21 | Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung S5P | 21 | Support for MIPI CSI-2 and MIPI DSI DPHY found on Samsung S5P |
22 | and EXYNOS SoCs. | 22 | and EXYNOS SoCs. |
23 | 23 | ||
24 | config PHY_MVEBU_SATA | ||
25 | def_bool y | ||
26 | depends on ARCH_KIRKWOOD || ARCH_DOVE | ||
27 | depends on OF | ||
28 | select GENERIC_PHY | ||
29 | |||
24 | config OMAP_USB2 | 30 | config OMAP_USB2 |
25 | tristate "OMAP USB2 PHY Driver" | 31 | tristate "OMAP USB2 PHY Driver" |
26 | depends on ARCH_OMAP2PLUS | 32 | depends on ARCH_OMAP2PLUS |