192279423SRamuthevar Vadivel Murugan# SPDX-License-Identifier: GPL-2.0 292279423SRamuthevar Vadivel Murugan# 3fa687038SWan Ahmad Zainie# Phy drivers for Intel platforms 492279423SRamuthevar Vadivel Murugan# 5885c4f4dSWan Ahmad Zainieconfig PHY_INTEL_KEEMBAY_EMMC 6885c4f4dSWan Ahmad Zainie tristate "Intel Keem Bay EMMC PHY driver" 7*231655ebSGeert Uytterhoeven depends on ARCH_KEEMBAY || COMPILE_TEST 8885c4f4dSWan Ahmad Zainie depends on HAS_IOMEM 9885c4f4dSWan Ahmad Zainie select GENERIC_PHY 10885c4f4dSWan Ahmad Zainie select REGMAP_MMIO 11885c4f4dSWan Ahmad Zainie help 12885c4f4dSWan Ahmad Zainie Choose this option if you have an Intel Keem Bay SoC. 13885c4f4dSWan Ahmad Zainie 14885c4f4dSWan Ahmad Zainie To compile this driver as a module, choose M here: the module 15885c4f4dSWan Ahmad Zainie will be called phy-keembay-emmc.ko. 16885c4f4dSWan Ahmad Zainie 17fa687038SWan Ahmad Zainieconfig PHY_INTEL_LGM_COMBO 18fa687038SWan Ahmad Zainie bool "Intel Lightning Mountain ComboPHY driver" 19ac0a95a3SDilip Kota depends on X86 || COMPILE_TEST 20ac0a95a3SDilip Kota depends on OF && HAS_IOMEM 21ac0a95a3SDilip Kota select MFD_SYSCON 22ac0a95a3SDilip Kota select GENERIC_PHY 23ac0a95a3SDilip Kota select REGMAP 24ac0a95a3SDilip Kota help 25ac0a95a3SDilip Kota Enable this to support Intel ComboPhy. 26ac0a95a3SDilip Kota 27ac0a95a3SDilip Kota This driver configures ComboPhy subsystem on Intel gateway 28ac0a95a3SDilip Kota chipsets which provides PHYs for various controllers, EMAC, 29ac0a95a3SDilip Kota SATA and PCIe. 30ac0a95a3SDilip Kota 31fa687038SWan Ahmad Zainieconfig PHY_INTEL_LGM_EMMC 32fa687038SWan Ahmad Zainie tristate "Intel Lightning Mountain EMMC PHY driver" 334127cbcdSGeert Uytterhoeven depends on X86 || COMPILE_TEST 3492279423SRamuthevar Vadivel Murugan select GENERIC_PHY 3592279423SRamuthevar Vadivel Murugan help 3692279423SRamuthevar Vadivel Murugan Enable this to support the Intel EMMC PHY 37