From: Ruiqiang Hao <[email protected]> CONFIG_OCTEONTX_SERDES is for cn96xx, we do not need this in cn106xx, disable this option to avoid misuse.
Signed-off-by: Ruiqiang Hao <[email protected]> --- bsp/marvell-cn106xx/marvell-cn106xx.cfg | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/bsp/marvell-cn106xx/marvell-cn106xx.cfg b/bsp/marvell-cn106xx/marvell-cn106xx.cfg index 82da82cb..d5d5e8e4 100644 --- a/bsp/marvell-cn106xx/marvell-cn106xx.cfg +++ b/bsp/marvell-cn106xx/marvell-cn106xx.cfg @@ -159,3 +159,7 @@ CONFIG_ACPI_APEI=y CONFIG_ACPI_APEI_GHES=y CONFIG_ARM_SDE_INTERFACE=y CONFIG_EDAC_OCTEONTX=y + +# Currently this driver only work for cn96xx, but it is set to 'm' by default. +# So we have to disable it explicitly. +# CONFIG_OCTEONTX_SERDES is not set -- 2.32.0
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#11813): https://lists.yoctoproject.org/g/linux-yocto/message/11813 Mute This Topic: https://lists.yoctoproject.org/mt/94554683/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/linux-yocto/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
