summaryrefslogtreecommitdiff
path: root/drivers/phy/intel/Kconfig
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/Kconfig
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/Kconfig')
-rw-r--r--drivers/phy/intel/Kconfig10
1 files changed, 10 insertions, 0 deletions
diff --git a/drivers/phy/intel/Kconfig b/drivers/phy/intel/Kconfig
index ac42bb2fb394..18a3cc5b98c0 100644
--- a/drivers/phy/intel/Kconfig
+++ b/drivers/phy/intel/Kconfig
@@ -46,3 +46,13 @@ config PHY_INTEL_LGM_EMMC
select GENERIC_PHY
help
Enable this to support the Intel EMMC PHY
+
+config PHY_INTEL_THUNDERBAY_EMMC
+ tristate "Intel Thunder Bay eMMC PHY driver"
+ depends on OF && (ARCH_THUNDERBAY || COMPILE_TEST)
+ select GENERIC_PHY
+ help
+ This option enables support for Intel Thunder Bay SoC eMMC PHY.
+
+ To compile this driver as a module, choose M here: the module
+ will be called phy-intel-thunderbay-emmc.ko.