hulk inclusion category: feature bugzilla: https://atomgit.com/openeuler/kernel/issues/9102 -------------------------------- Make VENETCLS depend on MODULES and use it default as module. Signed-off-by: Yue Haibing <yuehaibing@huawei.com> Signed-off-by: Li Xiasong <lixiasong1@huawei.com> --- net/venetcls/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/venetcls/Kconfig b/net/venetcls/Kconfig index 7ba9b35f1623..99d36ea5daff 100644 --- a/net/venetcls/Kconfig +++ b/net/venetcls/Kconfig @@ -1,7 +1,7 @@ # SPDX-License-Identifier: GPL-2.0-only config VENETCLS tristate "Network classification" - depends on MODULES && ARM64 + depends on MODULES && ARM64 && m default m help This introduces a kind of network optimization method, which can -- 2.34.1