common/sfc_efx/base: use EF10 EVB methods for Riverhead
[dpdk.git] / drivers / common / sfc_efx / base / efx_check.h
index af90a4c..f9f9794 100644 (file)
 
 #if EFSYS_OPT_EVB
 /* Support enterprise virtual bridging */
-# if !(EFX_OPTS_EF10())
-#  error "EVB requires EF10 arch"
+# if !(EFSYS_OPT_RIVERHEAD || EFX_OPTS_EF10())
+#  error "EVB requires RIVERHEAD or EF10 arch"
 # endif
 #endif /* EFSYS_OPT_EVB */