Add rt2x00-mac80211 snapshot (#1916)
[openwrt.git] / package / rt2x00 / src / rt2x00_config.h
1 #ifndef CONFIG_RT2X00
2 #define CONFIG_RT2X00
3 #endif
4
5 #ifndef CONFIG_RT2X00_DEBUG
6 #define CONFIG_RT2X00_DEBUG
7 #endif
8
9 #ifndef CONFIG_RT2X00_DEBUGFS
10 #define CONFIG_RT2X00_DEBUGFS
11 #endif
12
13 #undef CONFIG_RT2X00_ASM
14
15 #ifndef CONFIG_RT2400PCI
16 #define CONFIG_RT2400PCI
17 #endif
18
19 #undef CONFIG_RT2400PCI_BUTTON
20
21 #ifndef CONFIG_RT2500PCI
22 #define CONFIG_RT2500PCI
23 #endif
24
25 #undef CONFIG_RT2500PCI_BUTTON
26
27 #ifndef CONFIG_RT2500USB
28 #define CONFIG_RT2500USB
29 #endif
30
31 #ifndef CONFIG_RT61PCI
32 #define CONFIG_RT61PCI
33 #endif
34
35 #undef CONFIG_RT61PCI_BUTTON
36
37 #ifndef CONFIG_RT73USB
38 #define CONFIG_RT73USB
39 #endif
40
41 #ifndef CONFIG_D80211
42 #define CONFIG_D80211
43 #endif
44
45 #ifndef CONFIG_D80211_DEBUG
46 #define CONFIG_D80211_DEBUG
47 #endif
48
49 #undef CONFIG_D80211_ASM
50
51 #ifndef CONFIG_CRC_ITU_T
52 #define CONFIG_CRC_ITU_T
53 #endif
54
55 #undef CONFIG_CRC_ITU_T_ASM
56
57 #ifndef CONFIG_EEPROM_93CX6
58 #define CONFIG_EEPROM_93CX6
59 #endif
60
61 #undef CONFIG_EEPROM_93CX6_ASM
62
63 #undef CONFIG_RFKILL
64
65 #undef CONFIG_RFKILL_ASM
66