SmartAudio/lichee/linux-4.9/drivers/net/wireless/xradio/umac/Kconfig

41 lines
757 B
Plaintext
Raw Normal View History

2018-07-13 01:31:50 +00:00
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