config RT2X00
	  tristate "IEEE 802.11 a/b/g for RaLink RT2400 & RT2500"
	  depends on NET_RADIO
	  ---help---
	  Shared driver code for IEEE 802.11 a/b/g wireless cards based on
	  RaLink RT2400/RT2500 chipset.

	  The driver can be compiled as a module and it will be called
	  "rt2x00.ko".

config RT2X00_PCI
	  tristate "RT2x00 PCI adapter support"
	  depends on RT2X00 && PCI
	  ---help---
	  PCI support for the RaLink RT2x00 driver.

	  This can be compiled as a module and it will be called
	  "rt2x00pci.ko".

config RT2X00_USB
	  tristate "RT2x00 USB adapter support"
	  depends on RT2X00 && (USB || USB_MODULE)
	  ---help---
	  USB support for the RaLink RT2x00 driver.

	  This can be compiled as a module and it will be called
	  "rt2x00usb.ko".

config RT2X00_DEBUG
	  bool "Enable debugging for the RaLink rt2x00 driver"
	  depends on RT2X00
	  ---help---
	  Debugging output for the RaLink RT2x00 driver.

