Re: [PATCH net] geneve: change NET_UDP_TUNNEL dependency to select

2019-02-12 Thread David Miller
From: Matteo Croce Date: Mon, 11 Feb 2019 15:32:36 +0100 > 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 > sel

[PATCH net] geneve: change NET_UDP_TUNNEL dependency to select

2019-02-11 Thread Matteo Croce
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: Matt