diff options
author | Bhadram Varka <[email protected]> | 2022-07-07 09:48:17 +0200 |
---|---|---|
committer | Thierry Reding <[email protected]> | 2022-09-07 18:25:31 +0200 |
commit | 4cac4de4b05f0a1d5920d12278bf8787011661d3 (patch) | |
tree | 5c57ccfdc65756849941b524906d4289ed41de91 | |
parent | 568035b01cfb107af8d2e4bd2fb9aea22cf5b868 (diff) |
arm64: defconfig: Enable Tegra MGBE driver
Enable the driver for the Multi-Gigabit Ethernet (MGBE) controller which
can be found on NVIDIA Tegra234 SoCs.
Signed-off-by: Bhadram Varka <[email protected]>
Signed-off-by: Thierry Reding <[email protected]>
-rw-r--r-- | arch/arm64/configs/defconfig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index d5b2d2dd4904..d0362d032982 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -354,6 +354,7 @@ CONFIG_SMSC911X=y CONFIG_SNI_AVE=y CONFIG_SNI_NETSEC=y CONFIG_STMMAC_ETH=m +CONFIG_DWMAC_TEGRA=m CONFIG_TI_K3_AM65_CPSW_NUSS=y CONFIG_QCOM_IPA=m CONFIG_MESON_GXL_PHY=m |