xref: /linux/drivers/phy/intel/Kconfig (revision 4127cbcd989fd9d499942956b5bf7ec7af9c06e0)
1# SPDX-License-Identifier: GPL-2.0
2#
3# Phy drivers for Intel Lightning Mountain(LGM) platform
4#
5config PHY_INTEL_EMMC
6	tristate "Intel EMMC PHY driver"
7	depends on X86 || COMPILE_TEST
8	select GENERIC_PHY
9	help
10	  Enable this to support the Intel EMMC PHY
11