X-Git-Url: http://git.droids-corp.org/?a=blobdiff_plain;f=drivers%2Fcommon%2Fsfc_efx%2Fbase%2Fefx_check.h;h=078e5b9811a550705c923ff8ef14d1466f034615;hb=40f94ce9fa6217ba33cda0c42fd732b77aaf4791;hp=8f42d87a04efc5914bb2fd33149aeb889db4befb;hpb=95d9ae9e37b78757bf0400d49ca2aef5d9dfe431;p=dpdk.git diff --git a/drivers/common/sfc_efx/base/efx_check.h b/drivers/common/sfc_efx/base/efx_check.h index 8f42d87a04..078e5b9811 100644 --- a/drivers/common/sfc_efx/base/efx_check.h +++ b/drivers/common/sfc_efx/base/efx_check.h @@ -401,4 +401,10 @@ # endif #endif /* EFSYS_OPT_DESC_PROXY */ +#if EFSYS_OPT_MAE +# if !EFSYS_OPT_RIVERHEAD +# error "MAE requires RIVERHEAD" +# endif +#endif /* EFSYS_OPT_MAE */ + #endif /* _SYS_EFX_CHECK_H */