[ethernet] Make LACP support configurable at build time

Add a build configuration option NET_PROTO_LACP to control whether or
not LACP support is included for Ethernet devices.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
Michael Brown
2016-04-18 10:08:46 +01:00
parent 988243c93f
commit 40a8a5294c
3 changed files with 4 additions and 3 deletions

View File

@@ -278,6 +278,3 @@ REQUIRING_SYMBOL ( ethernet_protocol );
/* Drag in Ethernet configuration */
REQUIRE_OBJECT ( config_ethernet );
/* Drag in Ethernet slow protocols */
REQUIRE_OBJECT ( eth_slow );