OSDN Git Service

Add rtl8723bu driver version 4.4.5
[android-x86/external-kernel-drivers.git] / rtl8723bu / include / hal_ic_cfg.h
1 /******************************************************************************
2  *
3  * Copyright(c) 2007 - 2011 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  * You should have received a copy of the GNU General Public License along with
15  * this program; if not, write to the Free Software Foundation, Inc.,
16  * 51 Franklin Street, Fifth Floor, Boston, MA 02110, USA
17  *
18  *
19  ******************************************************************************/
20 #ifndef __HAL_IC_CFG_H__
21 #define __HAL_IC_CFG_H__
22
23 #define RTL8812A_SUPPORT                                0
24 #define RTL8821A_SUPPORT                                0
25 #define RTL8723B_SUPPORT                                0
26 #define RTL8192E_SUPPORT                                0
27 #define RTL8814A_SUPPORT                                0
28 #define RTL8195A_SUPPORT                                0
29 #define RTL8703B_SUPPORT                                0
30 #define RTL8188F_SUPPORT                                0
31 #define RTL8822B_SUPPORT                                0
32 #define RTL8821B_SUPPORT                                0
33
34 /*#if (RTL8188E_SUPPORT==1)*/
35 #define RATE_ADAPTIVE_SUPPORT                   0
36 #define POWER_TRAINING_ACTIVE                   0
37
38 #ifdef CONFIG_RTL8812A
39 #undef RTL8812A_SUPPORT
40 #define RTL8812A_SUPPORT                                1
41 #endif
42
43 #ifdef CONFIG_RTL8821A
44 #undef RTL8821A_SUPPORT
45 #define RTL8821A_SUPPORT                                1
46 #endif
47
48 #ifdef CONFIG_RTL8192E
49 #undef RTL8192E_SUPPORT
50 #define RTL8192E_SUPPORT                                1
51 #endif
52
53 #ifdef CONFIG_RTL8723B
54 #undef RTL8723B_SUPPORT
55 #define RTL8723B_SUPPORT                                1
56 #endif
57
58 #ifdef CONFIG_RTL8814A
59 #undef RTL8814A_SUPPORT
60 #define RTL8814A_SUPPORT                                1
61 #endif
62
63 #ifdef CONFIG_RTL8703B
64 #undef RTL8703B_SUPPORT
65 #define RTL8703B_SUPPORT                                1
66 #endif
67
68 #ifdef CONFIG_RTL8188F
69 #undef RTL8188F_SUPPORT
70 #define RTL8188F_SUPPORT                                1
71 #endif
72
73 #ifdef CONFIG_RTL8822B
74 #undef RTL8822B_SUPPORT
75 #define RTL8822B_SUPPORT                                1
76 #endif
77
78 #endif /*__HAL_IC_CFG_H__*/