mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-18 23:17:31 +07:00
phy: intel: Rename phy-intel to phy-intel-lgm
Rename phy-intel-{combo,emmc}.c to phy-intel-lgm-{combo,emmc}.c to make drivers/phy/intel directory more generic for future use. Signed-off-by: Wan Ahmad Zainie <wan.ahmad.zainie.wan.mohamad@intel.com> Reviewed-by: Ramuthevar Vadivel Murugan <vadivel.muruganx.ramuthevar@linux.intel.com> Link: https://lore.kernel.org/r/20200913235522.4316-2-wan.ahmad.zainie.wan.mohamad@intel.com Signed-off-by: Vinod Koul <vkoul@kernel.org>
This commit is contained in:
parent
57d39c7697
commit
fa687038ba
@ -1,9 +1,9 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
#
|
#
|
||||||
# Phy drivers for Intel Lightning Mountain(LGM) platform
|
# Phy drivers for Intel platforms
|
||||||
#
|
#
|
||||||
config PHY_INTEL_COMBO
|
config PHY_INTEL_LGM_COMBO
|
||||||
bool "Intel ComboPHY driver"
|
bool "Intel Lightning Mountain ComboPHY driver"
|
||||||
depends on X86 || COMPILE_TEST
|
depends on X86 || COMPILE_TEST
|
||||||
depends on OF && HAS_IOMEM
|
depends on OF && HAS_IOMEM
|
||||||
select MFD_SYSCON
|
select MFD_SYSCON
|
||||||
@ -16,8 +16,8 @@ config PHY_INTEL_COMBO
|
|||||||
chipsets which provides PHYs for various controllers, EMAC,
|
chipsets which provides PHYs for various controllers, EMAC,
|
||||||
SATA and PCIe.
|
SATA and PCIe.
|
||||||
|
|
||||||
config PHY_INTEL_EMMC
|
config PHY_INTEL_LGM_EMMC
|
||||||
tristate "Intel EMMC PHY driver"
|
tristate "Intel Lightning Mountain EMMC PHY driver"
|
||||||
depends on X86 || COMPILE_TEST
|
depends on X86 || COMPILE_TEST
|
||||||
select GENERIC_PHY
|
select GENERIC_PHY
|
||||||
help
|
help
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
# SPDX-License-Identifier: GPL-2.0
|
# SPDX-License-Identifier: GPL-2.0
|
||||||
obj-$(CONFIG_PHY_INTEL_COMBO) += phy-intel-combo.o
|
obj-$(CONFIG_PHY_INTEL_LGM_COMBO) += phy-intel-lgm-combo.o
|
||||||
obj-$(CONFIG_PHY_INTEL_EMMC) += phy-intel-emmc.o
|
obj-$(CONFIG_PHY_INTEL_LGM_EMMC) += phy-intel-lgm-emmc.o
|
||||||
|
Loading…
Reference in New Issue
Block a user