summaryrefslogtreecommitdiff
path: root/drivers/phy/intel/Makefile
diff options
context:
space:
mode:
authorRashmi A <rashmi.a@intel.com>2021-10-27 14:55:16 +0300
committerVinod Koul <vkoul@kernel.org>2021-11-23 10:41:52 +0300
commit97004c1a4c52b4357169290158a130ca0b7caae1 (patch)
tree5bd63a6e17d71295cc29ef84644f390c2a1137ab /drivers/phy/intel/Makefile
parentefb6935dd786a9d213ee542ed77d47ece700357c (diff)
downloadlinux-97004c1a4c52b4357169290158a130ca0b7caae1.tar.xz
phy: intel: Add Thunder Bay eMMC PHY support
Add support of eMMC PHY for Intel Thunder Bay SoC, uses the Arasan eMMC phy Signed-off-by: Rashmi A <rashmi.a@intel.com> Reviewed-by: Adrian Hunter <adrian.hunter@intel.com> Link: https://lore.kernel.org/r/20211027115516.4475-5-rashmi.a@intel.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
Diffstat (limited to 'drivers/phy/intel/Makefile')
-rw-r--r--drivers/phy/intel/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/phy/intel/Makefile b/drivers/phy/intel/Makefile
index 14550981a707..b7321d56b0bb 100644
--- a/drivers/phy/intel/Makefile
+++ b/drivers/phy/intel/Makefile
@@ -3,3 +3,4 @@ obj-$(CONFIG_PHY_INTEL_KEEMBAY_EMMC) += phy-intel-keembay-emmc.o
obj-$(CONFIG_PHY_INTEL_KEEMBAY_USB) += phy-intel-keembay-usb.o
obj-$(CONFIG_PHY_INTEL_LGM_COMBO) += phy-intel-lgm-combo.o
obj-$(CONFIG_PHY_INTEL_LGM_EMMC) += phy-intel-lgm-emmc.o
+obj-$(CONFIG_PHY_INTEL_THUNDERBAY_EMMC) += phy-intel-thunderbay-emmc.o