xref: /linux/drivers/phy/intel/Kconfig (revision fa687038ba7f71ab2e5ae8701eaf95c72102cd01)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Phy drivers for Intel platforms
4#
5config PHY_INTEL_LGM_COMBO
6	bool "Intel Lightning Mountain 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_LGM_EMMC
20	tristate "Intel Lightning Mountain 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