Kconfig 4.9 KB

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