5ab1dcd585
Add support to initialize and use the I2C controller within the hardware in order to perform sideband communication, e.g. determine the SFP media type that is installed. Signed-off-by: Tom Lendacky <thomas.lendacky@amd.com> Signed-off-by: David S. Miller <davem@davemloft.net>
12 lines
344 B
Makefile
12 lines
344 B
Makefile
obj-$(CONFIG_AMD_XGBE) += amd-xgbe.o
|
|
|
|
amd-xgbe-objs := xgbe-main.o xgbe-drv.o xgbe-dev.o \
|
|
xgbe-desc.o xgbe-ethtool.o xgbe-mdio.o \
|
|
xgbe-ptp.o \
|
|
xgbe-i2c.o xgbe-phy-v1.o xgbe-phy-v2.o \
|
|
xgbe-platform.o
|
|
|
|
amd-xgbe-$(CONFIG_PCI) += xgbe-pci.o
|
|
amd-xgbe-$(CONFIG_AMD_XGBE_DCB) += xgbe-dcb.o
|
|
amd-xgbe-$(CONFIG_DEBUG_FS) += xgbe-debugfs.o
|