Skip to content

Commit 85d9524

Browse files
committed
So I'm not completely convinced about CONFIG_ARM64_ERRATUM_858921, but
when doing my initial changes [enabled a bunch of PHYs, made NFS/SMB etc modules... random stuff], I somehow enabled some errata fixes, and this one showed up in dmesg. The real star of the show I'm pretty sure is CONFIG_PCS_MTK_USXGMII. Note, it cannot be a module, but on this platform we probably wouldn't want it to be anyway. When I say "it can't", I'm saying it breaks the build during the linker phase for vmlinux. Probably worth fixing, but I'm unclear where to start, other than it's probably a Kconfig dependency problem. CONFIG_I2C_SLAVE_EEPROM came along for the ride b/c it possibly made sense with SFPs. But I haven't tried a test build without it yet. For the record: this works with both my AQS-107-B0C2-CX [an 802.3bz SFP+] and my FS.com SFP-10GSR-85 "generic" SFP+.
1 parent 50ef00e commit 85d9524

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

config/kernel/linux-filogic-current.config

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,6 +339,7 @@ CONFIG_MAXLINEAR_GPHY=y
339339
CONFIG_MEDIATEK_2P5GE_PHY=y
340340
CONFIG_REALTEK_PHY=y
341341
CONFIG_MDIO_AN8855=y
342+
CONFIG_PCS_MTK_USXGMII=y
342343
CONFIG_PPP=m
343344
CONFIG_PPP_FILTER=y
344345
CONFIG_PPP_MPPE=m
@@ -413,6 +414,9 @@ CONFIG_I2C_MUX=m
413414
CONFIG_I2C_MUX_PCA954x=m
414415
# CONFIG_I2C_HELPER_AUTO is not set
415416
CONFIG_I2C_MT65XX=y
417+
CONFIG_I2C_SLAVE=y
418+
CONFIG_I2C_SLAVE_EEPROM=m
419+
CONFIG_I2C_SLAVE_TESTUNIT=m
416420
CONFIG_SPI=y
417421
CONFIG_SPI_MT65XX=y
418422
CONFIG_SPI_MTK_SNFI=y
@@ -515,7 +519,6 @@ CONFIG_STAGING=y
515519
# CONFIG_COMMON_CLK_MT8516 is not set
516520
# CONFIG_FSL_ERRATUM_A008585 is not set
517521
# CONFIG_HISILICON_ERRATUM_161010101 is not set
518-
# CONFIG_ARM64_ERRATUM_858921 is not set
519522
# CONFIG_IOMMU_SUPPORT is not set
520523
CONFIG_MTK_PMIC_WRAP=y
521524
# CONFIG_MTK_MMSYS is not set

0 commit comments

Comments
 (0)