summaryrefslogtreecommitdiff
path: root/drivers/phy/socionext/Makefile
diff options
context:
space:
mode:
authorKunihiko Hayashi <hayashi.kunihiko@socionext.com>2020-08-25 13:41:11 +0300
committerVinod Koul <vkoul@kernel.org>2020-08-31 14:37:53 +0300
commita1bf1c60b55537382e6857bae8aa89d0dd584747 (patch)
treeef6457bbfb7cf91618208af940f196885ed76780 /drivers/phy/socionext/Makefile
parent728776d751e167e1ceb1f340b06ab6f7c5a342e6 (diff)
downloadlinux-a1bf1c60b55537382e6857bae8aa89d0dd584747.tar.xz
phy: socionext: Add UniPhier AHCI PHY driver support
Add a driver for PHY interface built into ahci controller implemented in UniPhier SoCs. This supports PXs2 and PXs3 SoCs. Signed-off-by: Kunihiko Hayashi <hayashi.kunihiko@socionext.com> Link: https://lore.kernel.org/r/1598352071-26675-3-git-send-email-hayashi.kunihiko@socionext.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/socionext/Makefile')
-rw-r--r--drivers/phy/socionext/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/socionext/Makefile b/drivers/phy/socionext/Makefile
index 7dc9095b5bb7..e67c2da6675c 100644
--- a/drivers/phy/socionext/Makefile
+++ b/drivers/phy/socionext/Makefile
@@ -6,3 +6,4 @@
obj-$(CONFIG_PHY_UNIPHIER_USB2) += phy-uniphier-usb2.o
obj-$(CONFIG_PHY_UNIPHIER_USB3) += phy-uniphier-usb3hs.o phy-uniphier-usb3ss.o
obj-$(CONFIG_PHY_UNIPHIER_PCIE) += phy-uniphier-pcie.o
+obj-$(CONFIG_PHY_UNIPHIER_AHCI) += phy-uniphier-ahci.o