summaryrefslogtreecommitdiff
path: root/lib/common/avb.h
diff options
context:
space:
mode:
authorandrew-elder <aelder@audioscience.com>2019-10-11 07:51:59 -0400
committerGitHub <noreply@github.com>2019-10-11 07:51:59 -0400
commit4303926e523328ed49963a1dc5a700ac34816de0 (patch)
tree2611e8de86b1c0aeac0f273f41ca491e4bde9ee8 /lib/common/avb.h
parentc225346c3c61c29647f3ca0c0ad0347ea917abbb (diff)
parentf8765fd2137a25251bebbd2fbfbd5cbab388d744 (diff)
downloadOpen-AVB-4303926e523328ed49963a1dc5a700ac34816de0.tar.gz
Merge pull request #887 from Aquantia/aq_atl_hw_support
Aquantia NIC support
Diffstat (limited to 'lib/common/avb.h')
-rw-r--r--lib/common/avb.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/common/avb.h b/lib/common/avb.h
index 0cf2d4e7..b70bf26a 100644
--- a/lib/common/avb.h
+++ b/lib/common/avb.h
@@ -27,5 +27,10 @@
#define AVB_FEATURE_IGB 1
#include "avb_igb.h"
#endif
+#ifndef AVB_FEATURE_ATL
+/* IGB has not been disabled, so assume it is enabled. */
+#define AVB_FEATURE_ATL 1
+#include "avb_atl.h"
+#endif
#endif /* __AVB_H__ */