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: c0c050c58d ("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-11-03 15:05:52 -08:00
2015-09-10 13:29:01 -07:00
2015-09-03 16:55:55 -07:00
2015-10-12 19:56:27 -07:00
2015-08-14 17:27:17 -07:00
2015-11-03 14:40:01 -08:00
2015-09-29 10:59:27 +03:00
2015-10-30 19:25:02 +01:00
2015-10-25 21:03:29 +01:00
2015-10-15 17:10:15 +02:00
2015-11-04 09:11:12 -08:00
2015-11-02 11:40:22 -08:00
2015-11-03 18:33:15 -08:00
2015-10-15 22:46:33 +02:00
2015-09-11 19:11:06 -07:00
2015-11-04 09:11:12 -08:00
2015-10-02 11:05:58 +09:00
2015-10-02 14:46:15 -04:00
2015-11-03 17:51:33 -08:00
2015-09-21 15:07:19 +09:00
2015-10-28 12:28:06 +01:00
2015-11-03 14:40:01 -08:00
2015-10-31 10:22:26 +10:00
2015-09-04 12:02:11 -07:00
2015-09-10 13:29:01 -07:00
2015-09-20 22:44:51 -07:00
2015-10-31 15:43:41 -07:00
2015-10-23 22:26:28 +02:00
2015-11-03 11:51:08 -05:00
2015-09-10 14:03:44 -04:00
2015-10-03 10:27:18 +01:00
2015-11-01 00:15:30 -04:00
2015-10-30 18:49:44 -07:00
2015-10-27 07:44:13 +09:00
2015-11-04 09:41:05 -08:00
2015-11-03 13:41:45 -05:00
2015-11-03 09:00:06 +01:00
2015-09-03 16:41:38 -07:00
2015-09-05 18:11:04 -07:00
2015-10-05 05:10:01 +01:00
2015-10-31 21:20:49 -07:00
2015-10-22 15:48:28 -02:00
2015-10-12 16:23:34 -07:00
2015-08-26 07:11:45 -07:00
2015-10-01 16:31:42 +01:00
2015-10-16 12:07:43 -07:00
2015-10-29 11:00:43 +01:00
2015-10-07 09:35:15 +01:00
2015-11-05 00:00:25 -05:00
2015-10-27 04:24:54 +01:00
2015-09-07 15:27:12 -04:00
2015-09-17 11:49:28 -04:00
2015-10-04 12:09:43 +01:00
2015-10-16 13:07:15 +01:00
2015-09-15 13:18:04 -05:00
2015-11-03 14:40:01 -08:00
2015-09-03 16:01:03 +01:00
2015-10-15 17:11:23 +02:00
2015-10-20 10:16:46 +02:00
2015-11-02 12:59:12 -08:00
2015-09-17 21:41:02 -07:00
2015-09-17 12:25:42 -07:00
2015-08-29 01:46:40 +02:00
2015-10-01 09:59:16 -07:00
2015-09-09 10:55:32 -07:00
2015-08-13 10:12:54 +02:00
2015-10-06 12:00:42 +01:00
2015-09-01 14:48:40 +02:00
2015-09-05 19:37:31 +02:00
2015-10-07 04:52:06 -07:00
2015-11-04 09:41:05 -08:00
2015-09-21 12:02:27 -07:00
2015-09-16 15:47:51 +02:00
2015-10-07 11:43:39 +01:00
2015-10-13 19:01:23 +02:00
2015-10-28 21:05:21 +02:00
2015-11-03 16:10:43 -08:00
2015-09-24 23:24:46 -07:00
2015-10-21 17:02:13 +02:00
2015-09-20 15:20:11 -07:00
2015-11-01 00:15:30 -04:00
2015-11-02 12:30:39 -08:00
2015-10-27 20:17:03 -07:00
2015-11-03 15:05:52 -08:00
2015-09-08 13:32:11 +03:00
2015-09-01 18:46:42 -07:00
2015-09-28 10:56:10 +02:00
2015-09-10 18:19:42 -07:00
2015-09-03 16:27:01 -07:00
2015-09-04 10:22:09 -07:00