Kconfig 4.8 KB
Newer Older
1 2 3 4 5 6 7
config RT2X00
	tristate "Ralink driver support"
	depends on MAC80211 && WLAN_80211 && EXPERIMENTAL
	---help---
	  This will enable the experimental support for the Ralink drivers,
	  developed in the rt2x00 project <http://rt2x00.serialmonkey.com>.

8
	  These drivers make use of the mac80211 stack.
9 10 11 12 13

	  When building one of the individual drivers, the rt2x00 library
	  will also be created. That library (when the driver is built as
	  a module) will be called "rt2x00lib.ko".

14 15 16 17
	  Additionally PCI and USB libraries will also be build depending
	  on the types of drivers being selected, these libraries will be
	  called "rt2x00pci.ko" and "rt2x00usb.ko".

18 19
if RT2X00

20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41
config RT2X00_LIB
	tristate

config RT2X00_LIB_PCI
	tristate
	select RT2X00_LIB

config RT2X00_LIB_USB
	tristate
	select RT2X00_LIB

config RT2X00_LIB_FIRMWARE
	boolean
	depends on RT2X00_LIB
	select FW_LOADER

config RT2X00_LIB_RFKILL
	boolean
	depends on RT2X00_LIB
	select RFKILL
	select INPUT_POLLDEV

42 43 44 45
config RT2X00_LIB_LEDS
	boolean
	depends on RT2X00_LIB

46
config RT2400PCI
47
	tristate "Ralink rt2400 (PCI/PCMCIA) support"
48
	depends on PCI
49 50 51
	select RT2X00_LIB_PCI
	select EEPROM_93CX6
	---help---
52 53
	  This adds support for rt2400 wireless chipset family.
	  Supported chips: RT2460.
54 55 56 57

	  When compiled as a module, this driver will be called "rt2400pci.ko".

config RT2400PCI_RFKILL
58
	bool "Ralink rt2400 rfkill support"
59 60 61
	depends on RT2400PCI
	select RT2X00_LIB_RFKILL
	---help---
62
	  This adds support for integrated rt2400 hardware that features a
63 64 65
	  hardware button to control the radio state.
	  This feature depends on the RF switch subsystem rfkill.

66
config RT2400PCI_LEDS
67
	bool "Ralink rt2400 leds support"
D
David S. Miller 已提交
68 69
	depends on RT2400PCI
	select LEDS_CLASS
70 71 72 73
	select RT2X00_LIB_LEDS
	---help---
	  This adds support for led triggers provided my mac80211.

74
config RT2500PCI
75
	tristate "Ralink rt2500 (PCI/PCMCIA) support"
76
	depends on PCI
77 78 79
	select RT2X00_LIB_PCI
	select EEPROM_93CX6
	---help---
80 81
	  This adds support for rt2500 wireless chipset family.
	  Supported chips: RT2560.
82 83 84 85

	  When compiled as a module, this driver will be called "rt2500pci.ko".

config RT2500PCI_RFKILL
86
	bool "Ralink rt2500 rfkill support"
87 88 89
	depends on RT2500PCI
	select RT2X00_LIB_RFKILL
	---help---
90
	  This adds support for integrated rt2500 hardware that features a
91 92 93
	  hardware button to control the radio state.
	  This feature depends on the RF switch subsystem rfkill.

94
config RT2500PCI_LEDS
95
	bool "Ralink rt2500 leds support"
D
David S. Miller 已提交
96 97
	depends on RT2500PCI
	select LEDS_CLASS
98 99 100 101
	select RT2X00_LIB_LEDS
	---help---
	  This adds support for led triggers provided my mac80211.

102
config RT61PCI
103
	tristate "Ralink rt2501/rt61 (PCI/PCMCIA) support"
104
	depends on PCI
105 106
	select RT2X00_LIB_PCI
	select RT2X00_LIB_FIRMWARE
107
	select CRC_ITU_T
108 109
	select EEPROM_93CX6
	---help---
110 111
	  This adds support for rt2501 wireless chipset family.
	  Supported chips: RT2561, RT2561S & RT2661.
112 113 114 115

	  When compiled as a module, this driver will be called "rt61pci.ko".

config RT61PCI_RFKILL
116
	bool "Ralink rt2501/rt61 rfkill support"
117 118 119
	depends on RT61PCI
	select RT2X00_LIB_RFKILL
	---help---
120
	  This adds support for integrated rt61 hardware that features a
121 122 123
	  hardware button to control the radio state.
	  This feature depends on the RF switch subsystem rfkill.

124
config RT61PCI_LEDS
125
	bool "Ralink rt2501/rt61 leds support"
D
David S. Miller 已提交
126 127
	depends on RT61PCI
	select LEDS_CLASS
128 129 130 131
	select RT2X00_LIB_LEDS
	---help---
	  This adds support for led triggers provided my mac80211.

132
config RT2500USB
133
	tristate "Ralink rt2500 (USB) support"
134
	depends on USB
135 136
	select RT2X00_LIB_USB
	---help---
137 138
	  This adds support for rt2500 wireless chipset family.
	  Supported chips: RT2571 & RT2572.
139 140 141

	  When compiled as a module, this driver will be called "rt2500usb.ko".

142
config RT2500USB_LEDS
143
	bool "Ralink rt2500 leds support"
D
David S. Miller 已提交
144 145
	depends on RT2500USB
	select LEDS_CLASS
146 147 148 149
	select RT2X00_LIB_LEDS
	---help---
	  This adds support for led triggers provided my mac80211.

150
config RT73USB
151
	tristate "Ralink rt2501/rt73 (USB) support"
152
	depends on USB
153 154
	select RT2X00_LIB_USB
	select RT2X00_LIB_FIRMWARE
155
	select CRC_ITU_T
156
	---help---
157 158
	  This adds support for rt2501 wireless chipset family.
	  Supported chips: RT2571W, RT2573 & RT2671.
159 160 161

	  When compiled as a module, this driver will be called "rt73usb.ko".

162
config RT73USB_LEDS
163
	bool "Ralink rt2501/rt73 leds support"
D
David S. Miller 已提交
164 165
	depends on RT73USB
	select LEDS_CLASS
166 167 168 169
	select RT2X00_LIB_LEDS
	---help---
	  This adds support for led triggers provided my mac80211.

170 171 172 173 174 175
config RT2X00_LIB_DEBUGFS
	bool "Ralink debugfs support"
	depends on RT2X00_LIB && MAC80211_DEBUGFS
	---help---
	  Enable creation of debugfs files for the rt2x00 drivers.
	  These debugfs files support both reading and writing of the
176
	  most important register types of the rt2x00 hardware.
177 178 179 180 181 182 183

config RT2X00_DEBUG
	bool "Ralink debug output"
	depends on RT2X00_LIB
	---help---
	  Enable debugging output for all rt2x00 modules

184
endif