aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/net/Kconfig
diff options
context:
space:
mode:
authorMatteo Croce <mcroce@redhat.com>2019-02-11 15:32:36 +0100
committerDavid S. Miller <davem@davemloft.net>2019-02-12 12:23:59 -0500
commita7603ac1fc8ce1409f8ff70e6ce505f308b2c002 (patch)
tree99316524a367e6795ce5e5a1766d3d98492d2c35 /drivers/net/Kconfig
parentsfc: initialise found bitmap in efx_ef10_mtd_probe (diff)
downloadlinux-dev-a7603ac1fc8ce1409f8ff70e6ce505f308b2c002.tar.xz
linux-dev-a7603ac1fc8ce1409f8ff70e6ce505f308b2c002.zip
geneve: change NET_UDP_TUNNEL dependency to select
Due to the depends on NET_UDP_TUNNEL, at the moment it is impossible to compile GENEVE if no other protocol depending on NET_UDP_TUNNEL is selected. Fix this 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> Reviewed-and-tested-by: Andrea Claudi <aclaudi@redhat.com> Tested-by: Davide Caratti <dcaratti@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'drivers/net/Kconfig')
-rw-r--r--drivers/net/Kconfig4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/net/Kconfig b/drivers/net/Kconfig
index edb1c023a753..21bf8ac78380 100644
--- a/drivers/net/Kconfig
+++ b/drivers/net/Kconfig
@@ -197,9 +197,9 @@ config VXLAN
config GENEVE
tristate "Generic Network Virtualization Encapsulation"
- depends on INET && NET_UDP_TUNNEL
+ depends on INET
depends on IPV6 || !IPV6
- select NET_IP_TUNNEL
+ select NET_UDP_TUNNEL
select GRO_CELLS
---help---
This allows one to create geneve virtual interfaces that provide