mirror of
https://github.com/AuxXxilium/linux_dsm_epyc7002.git
synced 2024-12-28 11:18:45 +07:00
5586838fe9
Add PHY's ID support Add support for initialization, acquire and release of PHY Enable register access Signed-off-by: Sasha Neftin <sasha.neftin@intel.com> Signed-off-by: Alexander Duyck <alexander.h.duyck@intel.com> Tested-by: Aaron Brown <aaron.f.brown@intel.com> Signed-off-by: Jeff Kirsher <jeffrey.t.kirsher@intel.com>
11 lines
235 B
Makefile
11 lines
235 B
Makefile
# SPDX-License-Identifier: GPL-2.0
|
|
# Copyright (c) 2018 Intel Corporation
|
|
|
|
#
|
|
# Intel(R) I225-LM/I225-V 2.5G Ethernet Controller
|
|
#
|
|
|
|
obj-$(CONFIG_IGC) += igc.o
|
|
|
|
igc-objs := igc_main.o igc_mac.o igc_i225.o igc_base.o igc_nvm.o igc_phy.o
|