]> git.proxmox.com Git - mirror_ubuntu-bionic-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)
committerKleber Sacilotto de Souza <kleber.souza@canonical.com>
Wed, 14 Aug 2019 09:18:49 +0000 (11:18 +0200)
commit5ce4e85affa71667f07b6be0b1976d18f813e0ef
tree128af013a5d2d664b853868eaecf208897257532
parenta919494e7c145ce4dbcef3c92c149e19539d862b
gtp: change NET_UDP_TUNNEL dependency to select

BugLink: https://bugs.launchpad.net/bugs/1838116
[ Upstream commit c22da36688d6298f2e546dcc43fdc1ad35036467 ]

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>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Signed-off-by: Kamal Mostafa <kamal@canonical.com>
Signed-off-by: Khalid Elmously <khalid.elmously@canonical.com>
drivers/net/Kconfig