summaryrefslogtreecommitdiff
path: root/drivers/phy/intel/Makefile
diff options
context:
space:
mode:
authorWan Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@intel.com>2020-09-14 02:55:22 +0300
committerVinod Koul <vkoul@kernel.org>2020-09-16 15:15:19 +0300
commit885c4f4d6cf448f6e64f407c48d8cfbecef3fb14 (patch)
treea8953eaff815445f2f2479742d06ec425e3f1baf /drivers/phy/intel/Makefile
parent9580b22aca2c6996d4d2126cda0a610eb43165b9 (diff)
downloadlinux-885c4f4d6cf448f6e64f407c48d8cfbecef3fb14.tar.xz
phy: intel: Add Keem Bay eMMC PHY support
Add support for eMMC PHY on Intel Keem Bay SoC. Signed-off-by: Wan Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@intel.com> Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com> Link: https://lore.kernel.org/r/20200913235522.4316-4-wan.ahmad.zainie.wan.mohamad@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 662385d0a366..a5e0af5ccd75 100644
--- a/drivers/phy/intel/Makefile
+++ b/drivers/phy/intel/Makefile
@@ -1,3 +1,4 @@
# SPDX-License-Identifier: GPL-2.0
+obj-$(CONFIG_PHY_INTEL_KEEMBAY_EMMC) += phy-intel-keembay-emmc.o
obj-$(CONFIG_PHY_INTEL_LGM_COMBO) += phy-intel-lgm-combo.o
obj-$(CONFIG_PHY_INTEL_LGM_EMMC) += phy-intel-lgm-emmc.o