summaryrefslogtreecommitdiffstats
path: root/drivers/phy/intel/Kconfig
diff options
context:
space:
mode:
authorDilip Kota <eswara.kota@linux.intel.com>2020-05-19 08:19:21 +0200
committerKishon Vijay Abraham I <kishon@ti.com>2020-05-19 16:56:06 +0200
commitac0a95a3ea7811f5cc4489924ddb54f0ea0f3007 (patch)
treeda7dc5084fdce0ebc5b0c5ea0c43f359ea562f1f /drivers/phy/intel/Kconfig
parentdt-bindings: phy: Add YAML schemas for Intel ComboPhy (diff)
downloadlinux-ac0a95a3ea7811f5cc4489924ddb54f0ea0f3007.tar.xz
linux-ac0a95a3ea7811f5cc4489924ddb54f0ea0f3007.zip
phy: intel: Add driver support for ComboPhy
ComboPhy subsystem provides PHYs for various controllers like PCIe, SATA and EMAC. Signed-off-by: Dilip Kota <eswara.kota@linux.intel.com> Acked-By: Vinod Koul <vkoul@kernel.org> Link: https://lore.kernel.org/r/7b313826f46b9006a3ba98c0613e8f88f293a074.1589868358.git.eswara.kota@linux.intel.com Signed-off-by: Kishon Vijay Abraham I <kishon@ti.com>
Diffstat (limited to 'drivers/phy/intel/Kconfig')
-rw-r--r--drivers/phy/intel/Kconfig14
1 files changed, 14 insertions, 0 deletions
diff --git a/drivers/phy/intel/Kconfig b/drivers/phy/intel/Kconfig
index e6320a94ddb1..7b47682a4e0e 100644
--- a/drivers/phy/intel/Kconfig
+++ b/drivers/phy/intel/Kconfig
@@ -2,6 +2,20 @@
#
# Phy drivers for Intel Lightning Mountain(LGM) platform
#
+config PHY_INTEL_COMBO
+ bool "Intel ComboPHY driver"
+ depends on X86 || COMPILE_TEST
+ depends on OF && HAS_IOMEM
+ select MFD_SYSCON
+ select GENERIC_PHY
+ select REGMAP
+ help
+ Enable this to support Intel ComboPhy.
+
+ This driver configures ComboPhy subsystem on Intel gateway
+ chipsets which provides PHYs for various controllers, EMAC,
+ SATA and PCIe.
+
config PHY_INTEL_EMMC
tristate "Intel EMMC PHY driver"
depends on X86 || COMPILE_TEST