config.h revision 285809
1132943Sgshapiro/*******************************************************************************
2132943Sgshapiro*Copyright (c) 2014 PMC-Sierra, Inc.  All rights reserved.
3132943Sgshapiro*
4266692Sgshapiro*Redistribution and use in source and binary forms, with or without modification, are permitted provided
5132943Sgshapiro*that the following conditions are met:
6132943Sgshapiro*1. Redistributions of source code must retain the above copyright notice, this list of conditions and the
7132943Sgshapiro*following disclaimer.
8132943Sgshapiro*2. Redistributions in binary form must reproduce the above copyright notice,
9132943Sgshapiro*this list of conditions and the following disclaimer in the documentation and/or other materials provided
10132943Sgshapiro*with the distribution.
11132943Sgshapiro*
12132943Sgshapiro*THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND ANY EXPRESS OR IMPLIED
13132943Sgshapiro*WARRANTIES,INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS
14132943Sgshapiro*FOR A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
15132943Sgshapiro*FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT
16132943Sgshapiro*NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR
17132943Sgshapiro*BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT
18132943Sgshapiro*LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
19132943Sgshapiro*SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE
20132943Sgshapiro*
21132943Sgshapiro* $FreeBSD$
22132943Sgshapiro*
23132943Sgshapiro********************************************************************************/
24132943Sgshapiro
25132943Sgshapiro#ifndef CONFIG_H
26132943Sgshapiro#define CONFIG_H
27132943Sgshapiro
28132943Sgshapiro#define	LINUX_PERBI_SUPPORT
29132943Sgshapiro#define	HIALEAH_ENCRYPTION
30132943Sgshapiro#define	HOTPLUG_SUPPORT
31132943Sgshapiro#define	AG_CPU_LITTLE_ENDIAN
32132943Sgshapiro#define	INITIATOR_DRIVER
33132943Sgshapiro#define	AGTIAPI_SA
34132943Sgshapiro#define	AGTIAPI_EVENT_LOG
35132943Sgshapiro// #define	AGTIAPI_DPC
36132943Sgshapiro#define	AGTIAPI_SA
37132943Sgshapiro#define	PMC_SPC
38132943Sgshapiro#define	SPC_MSIX_INTR
39132943Sgshapiro#define	SPC_INT_ENABLE
40132943Sgshapiro#define	AGTIAPI_LOCAL_LOCK
41132943Sgshapiro#define	AGTIAPI_LOCAL_RESET
42132943Sgshapiro#define	MU_I2O_DISABLE
43132943Sgshapiro#define	HOST_SAST_ENABLE
44132943Sgshapiro#define	HOST_PM2_ENABLE
45132943Sgshapiro#define	TD_DISCOVER
46132943Sgshapiro#define	SA_ENABLE_HDA_FUNCTIONS
47132943Sgshapiro// #define	SA_FW_TEST_INTERRUPT_REASSERT
48132943Sgshapiro// #define	SALLSDK_DEBUG
49132943Sgshapiro// #define	AGTIAPI_DEBUG
50132943Sgshapiro// #define	TD_DEBUG_ENABLE
51132943Sgshapiro// #define	AGTIAPI_IO_DEBUG
52132943Sgshapiro// #define	AGTIAPI_FLOW_DEBUG
53132943Sgshapiro// #define	AGTIAPI_INIT_DEBUG
54132943Sgshapiro#define	PMC_PM8001_BAR64KB
55132943Sgshapiro// #define	DM_DEBUG
56132943Sgshapiro#define	FDS_DM
57132943Sgshapiro// #define	SM_DEBUG
58132943Sgshapiro#define	FDS_SM
59132943Sgshapiro#define	SATA_ENABLE
60132943Sgshapiro#define	CHAR_DEVICE
61132943Sgshapiro#define	TD_4GB_WORKAROUND
62132943Sgshapiro
63132943Sgshapiro#endif  /* CONFIG_H */
64132943Sgshapiro