aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorMatteo Croce <mcroce@redhat.com>2019-03-16 01:00:50 +0100
committerDavid S. Miller <davem@davemloft.net>2019-03-18 16:54:42 -0700
commitc22da36688d6298f2e546dcc43fdc1ad35036467 (patch)
tree3690e7a4763923f4b95c61b77bf2f2ae119c1108 /drivers/net/Kconfig
parentnet: rose: fix a possible stack overflow (diff)
downloadlinux-dev-c22da36688d6298f2e546dcc43fdc1ad35036467.tar.xz
linux-dev-c22da36688d6298f2e546dcc43fdc1ad35036467.zip
gtp: change NET_UDP_TUNNEL dependency to select
Similarly to commit a7603ac1fc8c ("geneve: change NET_UDP_TUNNEL dependency to select"), GTP has a dependency on NET_UDP_TUNNEL which makes impossible to compile it if no other protocol depending on NET_UDP_TUNNEL is selected. Fix this by changing the depends to a select, and drop NET_IP_TUNNEL from the select list, as it already depends on NET_UDP_TUNNEL. Signed-off-by: Matteo Croce <mcroce@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to '')
-rw-r--r--drivers/net/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index 5e4ca082cfcd..7a96d168efc4 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -216,8 +216,8 @@ config GENEVE
config GTP
tristate "GPRS Tunneling Protocol datapath (GTP-U)"
- depends on INET && NET_UDP_TUNNEL
- select NET_IP_TUNNEL
+ depends on INET
+ select NET_UDP_TUNNEL
---help---
This allows one to create gtp virtual interfaces that provide
the GPRS Tunneling Protocol datapath (GTP-U). This tunneling protocol