diff options
author | Jiancheng Xue <xuejiancheng@huawei.com> | 2014-07-03 10:28:38 -0400 |
---|---|---|
committer | Kishon Vijay Abraham I <kishon@ti.com> | 2014-07-22 03:16:10 -0400 |
commit | e379413a346ce5943ab895aa5a702ec752577f13 (patch) | |
tree | 5c8f7b0aaa36a30e5e9b96ee16e6416cc93007e6 /drivers/phy/Kconfig | |
parent | f1876accff7ffb3f3cb91ab86aaa866a5eec3f0a (diff) |
phy: add hix5hd2-sata-phy driver
Add hix5hd2-sata-phy driver on Hisilicon hix5hd2 soc.
Signed-off-by: Jiancheng Xue <xuejiancheng@huawei.com>
Signed-off-by: Zhangfei Gao <zhangfei.gao@linaro.org>
Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/Kconfig')
-rw-r--r-- | drivers/phy/Kconfig | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/drivers/phy/Kconfig b/drivers/phy/Kconfig index 64b98d242ea6..30c82fcbb492 100644 --- a/drivers/phy/Kconfig +++ b/drivers/phy/Kconfig | |||
@@ -109,6 +109,14 @@ config PHY_EXYNOS5250_SATA | |||
109 | SATA 3.0 Gb/s, SATA 6.0 Gb/s speeds. It supports one SATA host | 109 | SATA 3.0 Gb/s, SATA 6.0 Gb/s speeds. It supports one SATA host |
110 | port to accept one SATA device. | 110 | port to accept one SATA device. |
111 | 111 | ||
112 | config PHY_HIX5HD2_SATA | ||
113 | tristate "HIX5HD2 SATA PHY Driver" | ||
114 | depends on ARCH_HIX5HD2 && OF && HAS_IOMEM | ||
115 | select GENERIC_PHY | ||
116 | select MFD_SYSCON | ||
117 | help | ||
118 | Support for SATA PHY on Hisilicon hix5hd2 Soc. | ||
119 | |||
112 | config PHY_SUN4I_USB | 120 | config PHY_SUN4I_USB |
113 | tristate "Allwinner sunxi SoC USB PHY driver" | 121 | tristate "Allwinner sunxi SoC USB PHY driver" |
114 | depends on ARCH_SUNXI && HAS_IOMEM && OF | 122 | depends on ARCH_SUNXI && HAS_IOMEM && OF |