diff mbox series

[2/2] arm64: defconfig: enable CONFIG_FSL_ENETC_QOS

Message ID 20200707223114.16355-2-michael@walle.cc (mailing list archive)
State Mainlined
Commit 54ae1055e55049dc799d02cfc06d2ae7ef2beffc
Headers show
Series [1/2] arm64: defconfig: enable TSN features for ENETC and similiar hardware | expand

Commit Message

Michael Walle July 7, 2020, 10:31 p.m. UTC
Now that we have the needed network scheduler, we can enable the ENETC
hardware support.

$ scripts/bloat-o-meter old-vmlinux vmlinux
add/remove: 19/2 grow/shrink: 12/0 up/down: 12852/-16 (12836)
[..]
Total: Before=20428273, After=20441109, chg +0.06%

Signed-off-by: Michael Walle <michael@walle.cc>
---
 arch/arm64/configs/defconfig | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig
index 0aeb9971e086..cc2cbea8e3a8 100644
--- a/arch/arm64/configs/defconfig
+++ b/arch/arm64/configs/defconfig
@@ -304,6 +304,7 @@  CONFIG_FSL_DPAA_ETH=y
 CONFIG_FSL_DPAA2_ETH=y
 CONFIG_FSL_ENETC=y
 CONFIG_FSL_ENETC_VF=y
+CONFIG_FSL_ENETC_QOS=y
 CONFIG_HIX5HD2_GMAC=y
 CONFIG_HNS_DSAF=y
 CONFIG_HNS_ENET=y