49 lines · plain
1# SPDX-License-Identifier: GPL-2.02#3# Phy drivers for Intel platforms4#5config PHY_INTEL_KEEMBAY_EMMC6 tristate "Intel Keem Bay EMMC PHY driver"7 depends on ARCH_KEEMBAY || COMPILE_TEST8 depends on HAS_IOMEM9 select GENERIC_PHY10 select REGMAP_MMIO11 help12 Choose this option if you have an Intel Keem Bay SoC.13 14 To compile this driver as a module, choose M here: the module15 will be called phy-keembay-emmc.ko.16 17config PHY_INTEL_KEEMBAY_USB18 tristate "Intel Keem Bay USB PHY driver"19 depends on ARCH_KEEMBAY || COMPILE_TEST20 depends on HAS_IOMEM21 select GENERIC_PHY22 select REGMAP_MMIO23 help24 Choose this option if you have an Intel Keem Bay SoC.25 26 To compile this driver as a module, choose M here: the module27 will be called phy-keembay-usb.ko.28 29config PHY_INTEL_LGM_COMBO30 bool "Intel Lightning Mountain ComboPHY driver"31 depends on X86 || COMPILE_TEST32 depends on OF && HAS_IOMEM33 select MFD_SYSCON34 select GENERIC_PHY35 select REGMAP36 help37 Enable this to support Intel ComboPhy.38 39 This driver configures ComboPhy subsystem on Intel gateway40 chipsets which provides PHYs for various controllers, EMAC,41 SATA and PCIe.42 43config PHY_INTEL_LGM_EMMC44 tristate "Intel Lightning Mountain EMMC PHY driver"45 depends on X86 || COMPILE_TEST46 select GENERIC_PHY47 help48 Enable this to support the Intel EMMC PHY49