config RT_EXP
	bool "RaLinkTech Experimental drivers"

config RT2400PCI
	tristate "RT2400 PCI device support"
	depends on NET_RADIO && PCI && RT_EXP
	select D80211

config RT2400PCI_DEBUG
	bool "RT2400 PCI driver debug"
	depends on RT2400PCI


config RT2500PCI
	tristate "RT2500 PCI device support"
	depends on NET_RADIO && PCI && RT_EXP
	select D80211

config RT2500PCI_DEBUG
	bool "RT2500 PCI driver debug"
	depends on RT2500PCI


config RT2500USB
	tristate "RT2500 USB device support"
	depends on NET_RADIO && USB && RT_EXP
	select D80211

config RT2500USB_DEBUG
	bool "RT2500 USB driver debug"
	depends on RT2500USB


config RT61PCI
	tristate "RT61 PCI device support"
	depends on NET_RADIO && PCI && RT_EXP
	select D80211
	select CRC_ITU_T

config RT61PCI_DEBUG
	bool "RT61 PCI driver debug"
	depends on RT61PCI


config RT73USB
	tristate "RT73 USB device support"
	depends on NET_RADIO && USB && RT_EXP
	select D80211

config RT73USB_DEBUG
	bool "RT73 USB driver debug"
	depends on RT73USB


config D80211
	tristate
	default n

config CRC_ITU_T
	tristate
	default n

config RFKILL
	tristate "RF-Kill Support"
	default n


# config D80111_DEBUG

config RT_LEGACY
	bool "Legacy Drivers for RaLinkTech cards"

config RT2400_LEGACY
	tristate "RT2400 device support (legacy driver)"
	depends on NET_RADIO && PCI && RT_LEGACY

config RT2500_LEGACY
	tristate "RT2500 device support (legacy driver)"
	depends on NET_RADIO && PCI && RT_LEGACY

config RT2570_LEGACY
	tristate "RT2570 device support (legacy driver)"
	depends on NET_RADIO && PCI && RT_LEGACY
