menuconfig XRMAC
	tristate "XRadio MAC features"
	default m
	---help---
	  To compile this code as a module, choose M here.

if XRMAC

config XRMAC_RC_DEFAULT
	string "XRMAC_RC_DEFAULT"
	default "minstrel_ht"
	---help---

config XRMAC_RC_PID
	bool "XRMAC_RC_PID"
	depends on XRMAC
	default n
	---help---

config XRMAC_RC_MINSTREL
	bool "XRMAC_RC_MINSTREL"
	depends on XRMAC
	default y
	---help---

config XRMAC_RC_MINSTREL_HT
	bool "Minstrel 802.11n support" if EXPERT
	depends on XRMAC_RC_MINSTREL
	default y
	---help---
	  This option enables the 'minstrel_ht' TX rate control algorithm

config XRMAC_DEBUGFS
	bool "XRMAC_DEBUGFS"
	depends on XRMAC
	default y
	---help---
	  This option enables the debugfs of 'minstrel'(TX rate control algorithm)

endif
