Skip to content

Commit ca5cb3f

Browse files
authored
Merge pull request #1111 from sever-sever/T8210
T8210: ARM: Add missing kernel modules for Marvell CN9130 platform
2 parents a45cf3f + e32b4f0 commit ca5cb3f

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

scripts/package-build/linux-kernel/arch/arm64/configs/vyos_defconfig

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1851,7 +1851,7 @@ CONFIG_PCI_XGENE_MSI=y
18511851
# CONFIG_PCI_HISI is not set
18521852
# CONFIG_PCIE_KIRIN is not set
18531853
# CONFIG_PCIE_HISI_STB is not set
1854-
# CONFIG_PCIE_ARMADA_8K is not set
1854+
CONFIG_PCIE_ARMADA_8K=y
18551855
# CONFIG_PCIE_DW_PLAT_HOST is not set
18561856
# CONFIG_PCIE_QCOM is not set
18571857
# CONFIG_PCIE_ROCKCHIP_DW_HOST is not set
@@ -4967,9 +4967,9 @@ CONFIG_USB_STORAGE=m
49674967
#
49684968
# CONFIG_USB_CDNS_SUPPORT is not set
49694969
# CONFIG_USB_MUSB_HDRC is not set
4970-
# CONFIG_USB_DWC3 is not set
4971-
# CONFIG_USB_DWC2 is not set
4972-
# CONFIG_USB_CHIPIDEA is not set
4970+
CONFIG_USB_DWC3=m
4971+
CONFIG_USB_DWC2=m
4972+
CONFIG_USB_CHIPIDEA=m
49734973
# CONFIG_USB_ISP1760 is not set
49744974

49754975
#
@@ -5067,7 +5067,7 @@ CONFIG_USB_EZUSB_FX2=m
50675067
#
50685068
# USB Physical Layer drivers
50695069
#
5070-
# CONFIG_NOP_USB_XCEIV is not set
5070+
CONFIG_NOP_USB_XCEIV=m
50715071
# CONFIG_USB_GPIO_VBUS is not set
50725072
# CONFIG_USB_ISP1301 is not set
50735073
# CONFIG_USB_MXS_PHY is not set
@@ -6120,8 +6120,8 @@ CONFIG_PHY_FSL_IMX8MQ_USB=y
61206120
CONFIG_PHY_MVEBU_A3700_COMPHY=y
61216121
CONFIG_PHY_MVEBU_A3700_UTMI=y
61226122
# CONFIG_PHY_MVEBU_A38X_COMPHY is not set
6123-
# CONFIG_PHY_MVEBU_CP110_COMPHY is not set
6124-
# CONFIG_PHY_MVEBU_CP110_UTMI is not set
6123+
CONFIG_PHY_MVEBU_CP110_COMPHY=y
6124+
CONFIG_PHY_MVEBU_CP110_UTMI=y
61256125
# CONFIG_PHY_PXA_28NM_HSIC is not set
61266126
# CONFIG_PHY_PXA_28NM_USB2 is not set
61276127
# CONFIG_PHY_LAN966X_SERDES is not set

0 commit comments

Comments
 (0)