Kconfig 4.8 KB

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