OSDN Git Service

staging: rtl8723bs: update to the latest driver
[android-x86/kernel.git] / drivers / staging / rtl8723bs / include / autoconf.h
1 /******************************************************************************
2  *
3  * Copyright(c) 2007 - 2012 Realtek Corporation. All rights reserved.
4  *
5  * This program is free software; you can redistribute it and/or modify it
6  * under the terms of version 2 of the GNU General Public License as
7  * published by the Free Software Foundation.
8  *
9  * This program is distributed in the hope that it will be useful, but WITHOUT
10  * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
11  * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for
12  * more details.
13  *
14  ******************************************************************************/
15
16
17 /*
18  * Automatically generated C config: don't edit
19  */
20
21 /*
22  * Functions Config
23  */
24 /* define CONFIG_DEBUG_CFG80211 */
25
26 /*
27  * Auto Config Section
28  */
29 #define LPS_RPWM_WAIT_MS 300
30 #ifndef DISABLE_BB_RF
31 #define DISABLE_BB_RF   0
32 #endif
33
34 #if DISABLE_BB_RF
35         #define HAL_MAC_ENABLE  0
36         #define HAL_BB_ENABLE           0
37         #define HAL_RF_ENABLE           0
38 #else
39         #define HAL_MAC_ENABLE  1
40         #define HAL_BB_ENABLE           1
41         #define HAL_RF_ENABLE           1
42 #endif
43
44 /*
45  * Platform dependent
46  */
47 #define WAKEUP_GPIO_IDX 12      /* WIFI Chip Side */
48 #ifdef CONFIG_WOWLAN
49 #define CONFIG_GTK_OL
50 #endif /* CONFIG_WOWLAN */
51
52 /*
53  * Debug Related Config
54  */
55 #undef CONFIG_DEBUG
56
57 #ifdef CONFIG_DEBUG
58 #define DBG     1       /*  for ODM & BTCOEX debug */
59 /*#define CONFIG_DEBUG_RTL871X */
60 #else /*  !CONFIG_DEBUG */
61 #define DBG     0       /*  for ODM & BTCOEX debug */
62 #endif /*  !CONFIG_DEBUG */
63
64 #define CONFIG_PROC_DEBUG
65
66 /* define DBG_XMIT_BUF */
67 /* define DBG_XMIT_BUF_EXT */