diff options
author | Michael Brown <mcb30@ipxe.org> | 2016-03-09 08:41:53 +0000 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2016-03-09 08:43:40 +0000 |
commit | 5bcaa1e4d4217911ef7c557a1da49b6248161e80 (patch) | |
tree | 750ae91b8fd826b04d159caa52f144e67fcd2a0d /src/config/general.h | |
parent | 8290a10abaacf1f0b2b3e183deb201b6ed86caf2 (diff) | |
download | ipxe-5bcaa1e4d4217911ef7c557a1da49b6248161e80.tar.gz |
[infiniband] Make IPoIB support configurable at build time
Add a build configuration option VNIC_IPOIB to control whether or not
IPoIB support is included for Infiniband devices.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/general.h')
-rw-r--r-- | src/config/general.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/config/general.h b/src/config/general.h index dba412128..9c4330399 100644 --- a/src/config/general.h +++ b/src/config/general.h @@ -154,6 +154,12 @@ FILE_LICENCE ( GPL2_OR_LATER_OR_UBDL ); #define AUTOBOOT_ROM_FILTER /* Autoboot only devices matching our ROM */ /* + * Virtual network devices + * + */ +#define VNIC_IPOIB /* Infiniband IPoIB virtual NICs */ + +/* * Error message tables to include * */ |