Message ID | 20190901175137.32672-2-flokli@flokli.de (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
Series | [1/2] ARM: multi_v7_defconfig: enable NET_SCHED | expand |
diff --git a/arch/arm64/configs/defconfig b/arch/arm64/configs/defconfig index 0e58ef02880c..7f8d79d6899c 100644 --- a/arch/arm64/configs/defconfig +++ b/arch/arm64/configs/defconfig @@ -135,6 +135,7 @@ CONFIG_NETFILTER_XT_TARGET_CHECKSUM=m CONFIG_NETFILTER_XT_TARGET_LOG=m CONFIG_NETFILTER_XT_MATCH_ADDRTYPE=m CONFIG_NETFILTER_XT_MATCH_CONNTRACK=m +CONFIG_NET_SCHED=y CONFIG_IP_NF_IPTABLES=m CONFIG_IP_NF_FILTER=m CONFIG_IP_NF_TARGET_REJECT=m
This enables QoS and/or fair queueing, and allows to build and configure various schedulers. Those are widely used already in desktop systems and routers, and present in x86_64_defconfig as well. Cc: Toke Høiland-Jørgensen <toke@toke.dk> Signed-off-by: Florian Klink <flokli@flokli.de> --- arch/arm64/configs/defconfig | 1 + 1 file changed, 1 insertion(+)