xref: /linux-6.15/drivers/phy/intel/Kconfig (revision 4127cbcd)
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