2019-12-17 08:56:58 +07:00
|
|
|
# SPDX-License-Identifier: GPL-2.0
|
|
|
|
#
|
|
|
|
# Phy drivers for Intel Lightning Mountain(LGM) platform
|
|
|
|
#
|
2020-05-19 13:19:21 +07:00
|
|
|
config PHY_INTEL_COMBO
|
|
|
|
bool "Intel ComboPHY driver"
|
|
|
|
depends on X86 || COMPILE_TEST
|
|
|
|
depends on OF && HAS_IOMEM
|
|
|
|
select MFD_SYSCON
|
|
|
|
select GENERIC_PHY
|
|
|
|
select REGMAP
|
|
|
|
help
|
|
|
|
Enable this to support Intel ComboPhy.
|
|
|
|
|
|
|
|
This driver configures ComboPhy subsystem on Intel gateway
|
|
|
|
chipsets which provides PHYs for various controllers, EMAC,
|
|
|
|
SATA and PCIe.
|
|
|
|
|
2019-12-17 08:56:58 +07:00
|
|
|
config PHY_INTEL_EMMC
|
|
|
|
tristate "Intel EMMC PHY driver"
|
2020-05-07 18:36:26 +07:00
|
|
|
depends on X86 || COMPILE_TEST
|
2019-12-17 08:56:58 +07:00
|
|
|
select GENERIC_PHY
|
|
|
|
help
|
|
|
|
Enable this to support the Intel EMMC PHY
|