]> www.infradead.org Git - users/jedix/linux-maple.git/commit
selftests: net: remove unneeded IP_GRE config
authorYujie Liu <yujie.liu@intel.com>
Mon, 24 Jun 2024 05:55:39 +0000 (13:55 +0800)
committerJakub Kicinski <kuba@kernel.org>
Tue, 25 Jun 2024 15:37:55 +0000 (08:37 -0700)
commitc4532232fa2a4f8d9b9a88135a666545157f3d13
tree64da9b12df8e1ecd7d405a6f2e5b20b41fa8682a
parenta8a8d89dbd2bd2b762b6d0226a1201ec33f7aeac
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>
tools/testing/selftests/net/config