diff options
author | Yujie Liu <yujie.liu@intel.com> | 2024-06-24 07:55:39 +0200 |
---|---|---|
committer | Jakub Kicinski <kuba@kernel.org> | 2024-06-25 17:37:55 +0200 |
commit | c4532232fa2a4f8d9b9a88135a666545157f3d13 (patch) | |
tree | 64da9b12df8e1ecd7d405a6f2e5b20b41fa8682a /tools/testing/selftests | |
parent | l2tp: remove incorrect __rcu attribute (diff) | |
download | linux-c4532232fa2a4f8d9b9a88135a666545157f3d13.tar.xz linux-c4532232fa2a4f8d9b9a88135a666545157f3d13.zip |
selftests: net: remove unneeded IP_GRE config
It seems that there is no definition for config IP_GRE, and it is not a
dependency of other configs, so remove it.
linux$ find -name Kconfig | xargs grep "IP_GRE"
<-- nothing
There is a IPV6_GRE config defined in net/ipv6/Kconfig. It only depends
on NET_IPGRE_DEMUX but not IP_GRE.
Signed-off-by: Yujie Liu <yujie.liu@intel.com>
Acked-by: Jakub Kicinski <kuba@kernel.org>
Link: https://patch.msgid.link/20240624055539.2092322-1-yujie.liu@intel.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
Diffstat (limited to 'tools/testing/selftests')
-rw-r--r-- | tools/testing/selftests/net/config | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tools/testing/selftests/net/config b/tools/testing/selftests/net/config index d4891f7a2bfa..f46e27cd1e70 100644 --- a/tools/testing/selftests/net/config +++ b/tools/testing/selftests/net/config @@ -26,7 +26,6 @@ CONFIG_INET_ESP=y CONFIG_INET_ESP_OFFLOAD=y CONFIG_NET_FOU=y CONFIG_NET_FOU_IP_TUNNELS=y -CONFIG_IP_GRE=m CONFIG_NETFILTER=y CONFIG_NETFILTER_ADVANCED=y CONFIG_NF_CONNTRACK=m |