sfxge: [1/6] add common code MCDI proxy auth build option
Submitted by: Andy Moreton <amoreton at solarflare.com> Reviewed by: gnn Sponsored by: Solarflare Communications, Inc. MFC after: 1 week Differential Revision: https://reviews.freebsd.org/D4417
This commit is contained in:
parent
c590f76295
commit
3edad19717
@ -246,6 +246,7 @@ sfxge_map_mbuf_fast(bus_dma_tag_t tag, bus_dmamap_t map,
|
||||
|
||||
#define EFSYS_OPT_MCDI 1
|
||||
#define EFSYS_OPT_MCDI_LOGGING 0
|
||||
#define EFSYS_OPT_MCDI_PROXY_AUTH 0
|
||||
|
||||
#define EFSYS_OPT_MAC_FALCON_GMAC 0
|
||||
#define EFSYS_OPT_MAC_FALCON_XMAC 0
|
||||
|
@ -153,6 +153,13 @@
|
||||
# endif
|
||||
#endif /* EFSYS_OPT_MCDI_LOGGING */
|
||||
|
||||
/* Support MCDI proxy authorization */
|
||||
#if EFSYS_OPT_MCDI_PROXY_AUTH
|
||||
# if !EFSYS_OPT_MCDI
|
||||
# error "MCDI_PROXY_AUTH requires MCDI"
|
||||
# endif
|
||||
#endif /* EFSYS_OPT_MCDI_PROXY_AUTH */
|
||||
|
||||
/* Support LM87 monitor */
|
||||
#if EFSYS_OPT_MON_LM87
|
||||
# if !EFSYS_OPT_FALCON
|
||||
|
Loading…
Reference in New Issue
Block a user