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 <cunhuang@tencent.com>
This commit is contained in:
parent
bec7f2888b
commit
421f160199
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue