2019-12-17 01:56:58 +00:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
#
|
|
|
|
# Phy drivers for Intel Lightning Mountain(LGM) platform
|
|
|
|
#
|
|
|
|
config PHY_INTEL_EMMC
|
|
|
|
tristate "Intel EMMC PHY driver"
|
2020-05-07 11:36:26 +00:00
|
|
|
depends on X86 || COMPILE_TEST
|
2019-12-17 01:56:58 +00:00
|
|
|
select GENERIC_PHY
|
|
|
|
help
|
|
|
|
Enable this to support the Intel EMMC PHY
|