Arnd Bergmann df761ea1f3 bnxt_en: add VXLAN dependency
VXLAN may be a loadable module, and this driver cannot be built-in
in that case, or we get a link error:

drivers/built-in.o: In function `__bnxt_open_nic':
drivers/net/ethernet/broadcom/bnxt/bnxt.c:4581: undefined reference to `vxlan_get_rx_port'

This adds a Kconfig dependency that ensures that either VXLAN is
disabled (which the driver handles correctly), or we depend on
VXLAN itself and disallow built-in compilation when VXLAN is
a module.

Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Fixes: c0c050c58d84 ("bnxt_en: New Broadcom ethernet driver.")
Acked-by: Michael Chan <mchan@broadcom.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-11-05 00:00:25 -05:00
..
2015-10-12 19:56:27 -07:00
2015-11-02 11:40:22 -08:00
2015-10-02 11:05:58 +09:00
2015-10-02 14:46:15 -04:00
2015-10-27 07:44:13 +09:00
2015-09-03 16:41:38 -07:00
2015-10-31 21:20:49 -07:00
2015-10-16 12:07:43 -07:00
2015-10-07 09:35:15 +01:00
2015-11-05 00:00:25 -05:00
2015-10-20 10:16:46 +02:00
2015-09-17 21:41:02 -07:00
2015-09-09 10:55:32 -07:00
2015-09-05 19:37:31 +02:00
2015-09-21 12:02:27 -07:00
2015-10-21 17:02:13 +02:00
2015-10-27 20:17:03 -07:00