Kconfig 5.3 KB

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