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/Makefile | |
| 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/Makefile')
| -rw-r--r-- | drivers/phy/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/Makefile b/drivers/phy/Makefile index b4f1d5770601..54f04d04e85d 100644 --- a/drivers/phy/Makefile +++ b/drivers/phy/Makefile | |||
| @@ -12,6 +12,7 @@ obj-$(CONFIG_OMAP_USB2) += phy-omap-usb2.o | |||
| 12 | obj-$(CONFIG_TI_PIPE3) += phy-ti-pipe3.o | 12 | obj-$(CONFIG_TI_PIPE3) += phy-ti-pipe3.o |
| 13 | obj-$(CONFIG_TWL4030_USB) += phy-twl4030-usb.o | 13 | obj-$(CONFIG_TWL4030_USB) += phy-twl4030-usb.o |
| 14 | obj-$(CONFIG_PHY_EXYNOS5250_SATA) += phy-exynos5250-sata.o | 14 | obj-$(CONFIG_PHY_EXYNOS5250_SATA) += phy-exynos5250-sata.o |
| 15 | obj-$(CONFIG_PHY_HIX5HD2_SATA) += phy-hix5hd2-sata.o | ||
| 15 | obj-$(CONFIG_PHY_SUN4I_USB) += phy-sun4i-usb.o | 16 | obj-$(CONFIG_PHY_SUN4I_USB) += phy-sun4i-usb.o |
| 16 | obj-$(CONFIG_PHY_SAMSUNG_USB2) += phy-exynos-usb2.o | 17 | obj-$(CONFIG_PHY_SAMSUNG_USB2) += phy-exynos-usb2.o |
| 17 | phy-exynos-usb2-y += phy-samsung-usb2.o | 18 | phy-exynos-usb2-y += phy-samsung-usb2.o |
