1# SPDX-License-Identifier: GPL-2.0 2# 3# Phy drivers for Intel Lightning Mountain(LGM) platform 4# 5config PHY_INTEL_COMBO 6 bool "Intel ComboPHY driver" 7 depends on X86 || COMPILE_TEST 8 depends on OF && HAS_IOMEM 9 select MFD_SYSCON 10 select GENERIC_PHY 11 select REGMAP 12 help 13 Enable this to support Intel ComboPhy. 14 15 This driver configures ComboPhy subsystem on Intel gateway 16 chipsets which provides PHYs for various controllers, EMAC, 17 SATA and PCIe. 18 19config PHY_INTEL_EMMC 20 tristate "Intel EMMC PHY driver" 21 depends on X86 || COMPILE_TEST 22 select GENERIC_PHY 23 help 24 Enable this to support the Intel EMMC PHY 25