Page MenuHomeVyOS Platform

ARM: Add missing kernel modules for Marvell CN9130 platform support (2026-01-27)
In progress, NormalPublicFEATURE REQUEST

Description

Summary

The current ARM kernel we build is still missing a few kernel modules to initialize all devices on the Marvell CN9130 platform.

Additional information

After more tests and filtering out what was not mandatory, we got this list from the lab:

# pcie:
CONFIG_PCIE_ARMADA_8K=y

# usb:
CONFIG_PHY_MVEBU_CP110_UTMI=y
CONFIG_USB_DWC3=m
CONFIG_USB_DWC2=m
CONFIG_USB_CHIPIDEA=m
CONFIG_NOP_USB_XCEIV=m

# network:
CONFIG_PHY_MVEBU_CP110_COMPHY=y

Details

Version
-
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Feature (new functionality)