Kconfig 5.1 KB

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