config RT2X00_LEGACY
	bool "Legacy Ralink driver support"
	depends on EXPERIMENTAL
	default y
	---help---
	This will enable the experimental support for the Ralink drivers,
	developed in the rt2x00 project <http://rt2x00.serialmonkey.com>.

	These drivers will make use of the Devicescape ieee80211 stack.

	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".

config RT2400PCI_LEGACY
	tristate "Legacy Ralink rt2400 pci/pcmcia support"
	depends on RT2X00_LEGACY && PCI
	default m
	---help---
	This is an experimental driver for the Ralink rt2400 wireless chip.

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

config RT2500PCI_LEGACY
	tristate "Legacy Ralink rt2500 pci/pcmcia support"
	depends on RT2X00_LEGACY && PCI && USB
	default m
	---help---
	This is an experimental driver for the Ralink rt2500 wireless chip.

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

config RT2570USB_LEGACY
        tristate "Legacy RT2570 device support"
        depends on RT2X00_LEGACY && NET_RADIO && USB
	default m

config RT61PCI_LEGACY
	tristate "Legacy Ralink rt61 pci/pcmcia support"
	depends on RT2X00_LEGACY && PCI
	default m
	---help---
	This is an experimental driver for the Ralink rt61 wireless chip.

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