Kconfig 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  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. In order to use this driver, you will need a microcode (uCode)
  10. image for it. You can obtain the microcode from:
  11. <http://intellinuxwireless.org/>.
  12. The microcode is typically installed in /lib/firmware. You can
  13. look in the hotplug script /etc/hotplug/firmware.agent to
  14. determine which directory FIRMWARE_DIR is set to when the script
  15. runs.
  16. If you want to compile the driver as a module ( = code which can be
  17. inserted in and remvoed from the running kernel whenever you want),
  18. say M here and read <file:Documentation/kbuild/modules.txt>. The
  19. module will be called iwl4965.ko.
  20. config IWL4965_QOS
  21. bool "Enable Wireless QoS in iwl4965 driver"
  22. depends on IWL4965
  23. ---help---
  24. This option will enable wireless quality of service (QoS) for the
  25. iwl4965 driver.
  26. config IWL4965_HT
  27. bool "Enable 802.11n HT features in iwl4965 driver"
  28. depends on EXPERIMENTAL
  29. depends on IWL4965 && IWL4965_QOS
  30. depends on n
  31. ---help---
  32. This option enables IEEE 802.11n High Throughput features
  33. for the iwl4965 driver.
  34. config IWL4965_SPECTRUM_MEASUREMENT
  35. bool "Enable Spectrum Measurement in iwl4965 driver"
  36. depends on IWL4965
  37. ---help---
  38. This option will enable spectrum measurement for the iwl4965 driver.
  39. config IWL4965_SENSITIVITY
  40. bool "Enable Sensitivity Calibration in iwl4965 driver"
  41. depends on IWL4965
  42. ---help---
  43. This option will enable sensitivity calibration for the iwl4965
  44. 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. 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. The microcode is typically installed in /lib/firmware. You can
  75. look in the hotplug script /etc/hotplug/firmware.agent to
  76. determine which directory FIRMWARE_DIR is set to when the script
  77. runs.
  78. If you want to compile the driver as a module ( = code which can be
  79. inserted in and remvoed from the running kernel whenever you want),
  80. say M here and read <file:Documentation/kbuild/modules.txt>. The
  81. module will be called iwl3945.ko.
  82. config IWL3945_QOS
  83. bool "Enable Wireless QoS in iwl3945 driver"
  84. depends on IWL3945
  85. ---help---
  86. This option will enable wireless quality of service (QoS) for the
  87. iwl3945 driver.
  88. config IWL3945_SPECTRUM_MEASUREMENT
  89. bool "Enable Spectrum Measurement in iwl3945 drivers"
  90. depends on IWL3945
  91. ---help---
  92. This option will enable spectrum measurement for the iwl3945 driver.
  93. config IWL3945_DEBUG
  94. bool "Enable full debugging output in iwl3945 driver"
  95. depends on IWL3945
  96. ---help---
  97. This option will enable debug tracing output for the iwl3945
  98. driver.
  99. This will result in the kernel module being ~100k larger. You can
  100. control which debug output is sent to the kernel log by setting the
  101. value in
  102. /sys/bus/pci/drivers/${DRIVER}/debug_level
  103. This entry will only exist if this option is enabled.
  104. To set a value, simply echo an 8-byte hex value to the same file:
  105. % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
  106. You can find the list of debug mask values in:
  107. drivers/net/wireless/iwlwifi/iwl-3945-debug.h
  108. If this is your first time using this driver, you should say Y here
  109. as the debug information can assist others in helping you resolve
  110. any problems you may encounter.