]> git.baikalelectronics.ru Git - kernel.git/commit
geneve: change NET_UDP_TUNNEL dependency to select
authorMatteo Croce <mcroce@redhat.com>
Mon, 11 Feb 2019 14:32:36 +0000 (15:32 +0100)
committerDavid S. Miller <davem@davemloft.net>
Tue, 12 Feb 2019 17:23:59 +0000 (12:23 -0500)
commit7b45a3be144475e4dd6c0b0614cdb5df905b3867
tree99316524a367e6795ce5e5a1766d3d98492d2c35
parent270c53fe25d4b4977723993ab15c33518b73d2a9
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>
drivers/net/Kconfig