From 421f160199d640705f09bd647bf92acd4151839d Mon Sep 17 00:00:00 2001 From: Huang Cun Date: Tue, 14 May 2024 09:05:28 +0800 Subject: [PATCH] ock: ci: remove NET_QOS Kconfig The CI check will execute make allyesconfig, and the opencloud kernel code controlled by this macros has been deprecated, so remove it. Signed-off-by: Huang Cun --- net/Kconfig | 6 ------ 1 file changed, 6 deletions(-) diff --git a/net/Kconfig b/net/Kconfig index 41b519a0e2da..0af0624c10b8 100644 --- a/net/Kconfig +++ b/net/Kconfig @@ -281,12 +281,6 @@ config CGROUP_NET_CLASSID Cgroup subsystem for use as general purpose socket classid marker that is being used in cls_cgroup and for netfilter matching. -config NET_QOS - bool "Net QoS based on net classid cgroup" - depends on CGROUP_NET_CLASSID && IPV6 && NET_CLS_CGROUP - default n - - config NET_RX_BUSY_POLL bool default y