-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.in
249 lines (192 loc) · 4.73 KB
/
config.in
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
if PACKAGE_kmod-mt7628
config MT7628_RT_FIRST_CARD
int
default 7628
config MT7628_MT_WIFI
bool
select MT7628_WIFI_BASIC_FUNC
default y
config MT7628_MT_WIFI_PATH
string
depends on MT7628_MT_WIFI
default "rlt_wifi"
menu "WiFi Generic Feature Options"
config MT7628_FIRST_IF_EEPROM_FLASH
bool
default y
config MT7628_RT_FIRST_CARD_EEPROM
string
default "flash"
config MT7628_SECOND_IF_EEPROM_FLASH
bool
default y
config MT7628_RT_SECOND_CARD_EEPROM
string
default "flash"
config MT7628_MULTI_INF_SUPPORT
bool
default n
config MT7628_WIFI_BASIC_FUNC
bool "Basic Functions"
select WIRELESS_EXT
select WEXT_SPY
select WEXT_PRIV
config MT7628_WSC_INCLUDED
bool "WSC (WiFi Simple Config)"
default y
config MT7628_WSC_V2_SUPPORT
bool "WSC V2(WiFi Simple Config Version 2.0)"
default y
config MT7628_DOT11N_DRAFT3
bool "802.11n Draft3"
default y
config MT7628_DOT11W_PMF_SUPPORT
bool "PMF"
default y
config MT7628_LLTD_SUPPORT
bool "LLTD (Link Layer Topology Discovery Protocol)"
default n
config MT7628_QOS_DLS_SUPPORT
bool "802.11e DLS ((Direct-Link Setup) Support"
default n
config MT7628_WAPI_SUPPORT
bool "WAPI Support"
default n
#config MT7628_CARRIER_DETECTION_SUPPORT
# bool "Carrier Detect"
# default n
config MT7628_IGMP_SNOOP_SUPPORT
bool "IGMP snooping"
default n
config MT7628_BLOCK_NET_IF
bool "NETIF Block"
default n
help
Support Net interface block while Tx-Sw queue full
config MT7628_RATE_ADAPTION
bool "New Rate Adaptation support"
default y
config MT7628_NEW_RATE_ADAPT_SUPPORT
bool "Intelligent Rate Adaption"
default y
config MT7628_AGS_SUPPORT
bool "Adaptive Group Switching"
default n
config MT7628_IDS_SUPPORT
bool "IDS (Intrusion Detection System) Support"
default n
config MT7628_WIFI_WORK_QUEUE
bool "Work Queue"
default n
config MT7628_WIFI_SKB_RECYCLE
bool "SKB Recycle(Linux)"
default n
#config MT7628_RTMP_FLASH_SUPPORT
# bool "Flash Support"
# default y
config MT7628_LED_CONTROL_SUPPORT
bool "LED Support"
default n
config MT7628_ATE_SUPPORT
bool "ATE/QA Support"
default n
config MT7628_MEMORY_OPTIMIZATION
bool "Memory Optimization"
default n
config MT7628_UAPSD
bool "UAPSD support"
default y
#
# Section for chip architectures
#
config MT7628_MT_MAC
bool
default y
#
# Section for interfaces
#
config MT7628_RTMP_PCI_SUPPORT
bool
config MT7628_RTMP_USB_SUPPORT
bool
config MT7628_RTMP_RBUS_SUPPORT
bool
endmenu
menu "WiFi Operation Modes"
config MT7628_WIFI_MODE_AP
bool
default y
config MT7628_MT_AP_SUPPORT
bool #"Ralink RT2860 802.11n AP support"
# depends on NET_RADIO
select WIRELESS_EXT
select WEXT_SPY
select WEXT_PRIV
default y
config MT7628_WDS_SUPPORT
bool "WDS"
depends on MT7628_MT_AP_SUPPORT
config MT7628_MBSS_SUPPORT
bool "MBSSID"
depends on MT7628_MT_AP_SUPPORT
default y
config MT7628_NEW_MBSSID_MODE
bool "New MBSSID MODE"
depends on MT7628_MT_AP_SUPPORT && MT7628_WMBSS_SUPPORT
depends on RALINK_RT3883 || RALINK_RT3352 || RALINK_RT5350 || RALINK_RT6352 || RALINK_MT7620
default y
config MT7628_ENHANCE_NEW_MBSSID_MODE
bool "Enhanced MBSSID mode"
depends on MT7628_NEW_MBSSID_MODE
default y
config MT7628_APCLI_SUPPORT
bool "AP-Client Support"
depends on MT7628_MT_AP_SUPPORT
config MT7628_MAC_REPEATER_SUPPORT
bool "MAC Repeater Support"
depends on MT7628_MT_AP_SUPPORT
depends on MT7628_APCLI_SUPPORT
depends on RALINK_RT6352 || RALINK_MT7620 || RALINK_MT7603E || MT7628_MT_AP_SUPPORT
default n
config MT7628_SNIFFER_SUPPORT
bool "SNIFFER"
depends on MT7628_MT_AP_SUPPORT
default n
#config MT7628_DOT11R_FT_SUPPORT
# bool "802.11r Fast BSS Transition"
# depends on MT7628_MT_AP_SUPPORT
#config MT7628_DOT11K_RRM_SUPPORT
# bool "802.11k Radio Resource Management"
# depends on MT7628_MT_AP_SUPPORT
config MT7628_CON_WPS_SUPPORT
bool "Concurrent WPS Support"
depends on MT7628_MT_AP_SUPPORT
depends on MT7628_APCLI_SUPPORT
depends on MT7628_WSC_INCLUDED
depends on MT7628_WSC_V2_SUPPORT
default n
config MT7628_LLTD_SUPPORT
bool "LLTD (Link Layer Topology Discovery Protocol)"
depends on MT7628_MT_AP_SUPPORT
#config MT7628_COC_SUPPORT
# bool "CoC Support"
# depends on MT7628_MT_AP_SUPPORT
# default n
#config MT7628_ RT2860V2_SNMP
# bool "Net-SNMP Support"
# depends on MT7628_MT_AP_SUPPORT
#config MT7628_MCAST_RATE_SPECIFIC
# bool "User specific tx rate of mcast pkt"
# depends on MT7628_MT_AP_SUPPORT
#config MT7628_EXT_BUILD_CHANNEL_LIST
# bool "Extension Channel List"
# depends on MT7628_MT_AP_SUPPORT
#config MT7628_AUTO_CH_SELECT_ENHANCE
# bool "Auto Channel Selection Enhancement"
# depends on MT7628_MT_AP_SUPPORT
config MT7628_AIREPLAY_SUPPORT
bool "Airplay Support"
depends on MT7628_MT_AP_SUPPORT
default n
endmenu
endif