Kconfig 4.8 KB

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