-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathKconfig.ap.usb
111 lines (87 loc) · 1.81 KB
/
Kconfig.ap.usb
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
config RTUSB_AP
tristate "Ralink WiFi USB combo driver AP module"
depends on m
default m
config RTUSB_AP_WSC
bool "WPS support including WPS2.0"
depends on RTUSB_AP
default y
config RTUSB_AP_MBSS
bool "MBSS support"
depends on RTUSB_AP
default y
config RTUSB_AP_NEW_MBSS_MODE
bool "New MBSS support"
depends on RTUSB_AP_MBSS
config RTUSB_WDS
bool "WDS support"
depends on RTUSB_AP
config RTUSB_APCLI
bool "APClient support"
depends on RTUSB_AP
config RTUSB_DFS
bool "DFS support"
depends on RTUSB_AP
config RTUSB_CS
bool "CS support"
depends on RTUSB_AP
config RTUSB_IGMP_SNOOP
bool "IGMP snoop support"
depends on RTUSB_AP
config RTUSB_NETIF_BLOCK
bool "NETIF block support"
depends on RTUSB_AP
config RTUSB_DLS
bool "DLS support"
depends on RTUSB_AP
config RTUSB_IDS
bool "IDS support"
depends on RTUSB_AP
config RTUSB_AP_FLASH_SUPPORT
bool "FLASH support"
depends on RTUSB_AP
config RTUSB_AP_80211N_DRAFT3
bool "802.11n Draft3 support"
depends on RTUSB_AP
default y
# Chip related
config RT2870_AP
bool "RT2870 support"
depends on RTUSB_AP
config RT3572_AP
bool "RT3572 support"
depends on RTUSB_AP
config RT3573_AP
bool "RT3573 support"
depends on RTUSB_AP
config RT5572_AP
bool "RT5572 support"
depends on RTUSB_AP
default y
# ATE
config RTUSB_AP_ATE
bool "ATE support"
depends on RTUSB_AP
config RT2870_AP_ATE
bool "RT2870 ATE support"
depends on RTUSB_AP_ATE && RT2870_AP
config RT3572_AP_ATE
bool "RT3572 ATE support"
depends on RTUSB_AP_ATE && RT3572_AP
config RT5572_AP_ATE
bool "RT5572 ATE support"
depends on RTUSB_AP_ATE && RT5572_AP
default y
# QA
config RTUSB_AP_QA
bool "QA tool support"
depends on RTUSB_AP_ATE
default y
config RTUSB_AP_WAPI
bool "WAPI support"
depends on RTUSB_AP
# Platform specific
config RT5572_AP_WDS
bool
depends on RTUSB_WDS
default y