Kconfig 4.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128
  1. config IWLWIFI
  2. bool "Intel Wireless WiFi Link Drivers"
  3. depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
  4. select FW_LOADER
  5. default n
  6. ---help---
  7. Select to enable drivers based on the iwlwifi project. This
  8. project provides a common foundation for Intel's wireless
  9. drivers designed to use the mac80211 subsystem.
  10. See <file:Documentation/networking/README.iwlwifi> for
  11. information on the capabilities currently enabled in this
  12. driver and for tips for debugging issues and problems.
  13. config IWLWIFI_DEBUG
  14. bool "Enable full debugging output in iwlwifi drivers"
  15. depends on IWLWIFI
  16. default y
  17. ---help---
  18. This option will enable debug tracing output for the iwlwifi
  19. drivers.
  20. This will result in the kernel module being ~100k larger. You can
  21. control which debug output is sent to the kernel log by setting the
  22. value in
  23. /sys/bus/pci/drivers/${DRIVER}/debug_level
  24. This entry will only exist if this option is enabled.
  25. To set a value, simply echo an 8-byte hex value to the same file:
  26. % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
  27. You can find the list of debug mask values in:
  28. drivers/net/wireless/mac80211/iwlwifi/iwl-debug.h
  29. If this is your first time using this driver, you should say Y here
  30. as the debug information can assist others in helping you resolve
  31. any problems you may encounter.
  32. config IWLWIFI_SENSITIVITY
  33. bool "Enable Sensitivity Calibration in iwlwifi drivers"
  34. depends on IWLWIFI
  35. default y
  36. ---help---
  37. This option will enable sensitivity calibration for the iwlwifi
  38. drivers.
  39. config IWLWIFI_SPECTRUM_MEASUREMENT
  40. bool "Enable Spectrum Measurement in iwlwifi drivers"
  41. depends on IWLWIFI
  42. default y
  43. ---help---
  44. This option will enable spectrum measurement for the iwlwifi drivers.
  45. config IWLWIFI_QOS
  46. bool "Enable Wireless QoS in iwlwifi drivers"
  47. depends on IWLWIFI
  48. default y
  49. ---help---
  50. This option will enable wireless quality of service (QoS) for the
  51. iwlwifi drivers.
  52. config IWLWIFI_HT
  53. bool "Enable 802.11n HT features in iwlwifi drivers"
  54. depends on EXPERIMENTAL
  55. depends on IWLWIFI && MAC80211_HT
  56. default n
  57. ---help---
  58. This option enables IEEE 802.11n High Throughput features
  59. for the iwlwifi drivers.
  60. config IWL4965
  61. tristate "Intel Wireless WiFi 4965AGN"
  62. depends on m && IWLWIFI && EXPERIMENTAL
  63. default m
  64. ---help---
  65. Select to build the driver supporting the:
  66. Intel Wireless WiFi Link 4965AGN
  67. This driver uses the kernel's mac80211 subsystem.
  68. See <file:Documentation/networking/README.iwlwifi> for
  69. information on the capabilities currently enabled in this
  70. driver and for tips for debugging any issues or problems.
  71. In order to use this driver, you will need a microcode (uCode)
  72. image for it. You can obtain the microcode from:
  73. <http://intellinuxwireless.org/>.
  74. See the above referenced README.iwlwifi for information on where
  75. to install the microcode images.
  76. If you want to compile the driver as a module ( = code which can be
  77. inserted in and remvoed from the running kernel whenever you want),
  78. say M here and read <file:Documentation/modules.txt>. The module
  79. will be called iwl4965.ko.
  80. config IWL3945
  81. tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
  82. depends on m && IWLWIFI && EXPERIMENTAL
  83. default m
  84. ---help---
  85. Select to build the driver supporting the:
  86. Intel PRO/Wireless 3945ABG/BG Network Connection
  87. This driver uses the kernel's mac80211 subsystem.
  88. See <file:Documentation/networking/README.iwlwifi> for
  89. information on the capabilities currently enabled in this
  90. driver and for tips for debugging any issues or problems.
  91. In order to use this driver, you will need a microcode (uCode)
  92. image for it. You can obtain the microcode from:
  93. <http://intellinuxwireless.org/>.
  94. See the above referenced README.iwlwifi for information on where
  95. to install the microcode images.
  96. If you want to compile the driver as a module ( = code which can be
  97. inserted in and remvoed from the running kernel whenever you want),
  98. say M here and read <file:Documentation/modules.txt>. The module
  99. will be called iwl3945.ko.