]> git.baikalelectronics.ru Git - kernel.git/commit
gtp: change NET_UDP_TUNNEL dependency to select
authorMatteo Croce <mcroce@redhat.com>
Sat, 16 Mar 2019 00:00:50 +0000 (01:00 +0100)
committerDavid S. Miller <davem@davemloft.net>
Mon, 18 Mar 2019 23:54:42 +0000 (16:54 -0700)
commit99eb391716194adc492a0109bbcfbc6656b37629
tree3690e7a4763923f4b95c61b77bf2f2ae119c1108
parent4855f720c3d156fde3360c0189247120968e1a33
gtp: change NET_UDP_TUNNEL dependency to select

Similarly to commit 7b45a3be1444 ("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>
drivers/net/Kconfig