Kconfig 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129
  1. config IWLWIFI
  2. tristate "Intel Wireless Wifi"
  3. depends on PCI && MAC80211
  4. select FW_LOADER
  5. config IWLWIFI_DEBUG
  6. bool "Enable full debugging output in iwlagn and iwl3945 drivers"
  7. depends on IWLWIFI
  8. ---help---
  9. This option will enable debug tracing output for the iwlwifi drivers
  10. This will result in the kernel module being ~100k larger. You can
  11. control which debug output is sent to the kernel log by setting the
  12. value in
  13. /sys/class/net/wlan0/device/debug_level
  14. This entry will only exist if this option is enabled.
  15. To set a value, simply echo an 8-byte hex value to the same file:
  16. % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
  17. You can find the list of debug mask values in:
  18. drivers/net/wireless/iwlwifi/iwl-debug.h
  19. If this is your first time using this driver, you should say Y here
  20. as the debug information can assist others in helping you resolve
  21. any problems you may encounter.
  22. config IWLWIFI_DEBUGFS
  23. bool "iwlagn debugfs support"
  24. depends on IWLWIFI && MAC80211_DEBUGFS
  25. ---help---
  26. Enable creation of debugfs files for the iwlwifi drivers. This
  27. is a low-impact option that allows getting insight into the
  28. driver's state at runtime.
  29. config IWLWIFI_DEBUG_EXPERIMENTAL_UCODE
  30. bool "Experimental uCode support"
  31. depends on IWLWIFI && IWLWIFI_DEBUG
  32. ---help---
  33. Enable use of experimental ucode for testing and debugging.
  34. config IWLWIFI_DEVICE_TRACING
  35. bool "iwlwifi device access tracing"
  36. depends on IWLWIFI
  37. depends on EVENT_TRACING
  38. help
  39. Say Y here to trace all commands, including TX frames and IO
  40. accesses, sent to the device. If you say yes, iwlwifi will
  41. register with the ftrace framework for event tracing and dump
  42. all this information to the ringbuffer, you may need to
  43. increase the ringbuffer size. See the ftrace documentation
  44. for more information.
  45. When tracing is not enabled, this option still has some
  46. (though rather small) overhead.
  47. If unsure, say Y so we can help you better when problems
  48. occur.
  49. config IWLAGN
  50. tristate "Intel Wireless WiFi Next Gen AGN (iwlagn)"
  51. depends on IWLWIFI
  52. ---help---
  53. Select to build the driver supporting the:
  54. Intel Wireless WiFi Link Next-Gen AGN
  55. This driver uses the kernel's mac80211 subsystem.
  56. In order to use this driver, you will need a microcode (uCode)
  57. image for it. You can obtain the microcode from:
  58. <http://intellinuxwireless.org/>.
  59. The microcode is typically installed in /lib/firmware. You can
  60. look in the hotplug script /etc/hotplug/firmware.agent to
  61. determine which directory FIRMWARE_DIR is set to when the script
  62. runs.
  63. If you want to compile the driver as a module ( = code which can be
  64. inserted in and removed from the running kernel whenever you want),
  65. say M here and read <file:Documentation/kbuild/modules.txt>. The
  66. module will be called iwlagn.
  67. config IWL4965
  68. bool "Intel Wireless WiFi 4965AGN"
  69. depends on IWLAGN
  70. ---help---
  71. This option enables support for Intel Wireless WiFi Link 4965AGN
  72. config IWL5000
  73. bool "Intel Wireless-N/Advanced-N/Ultimate-N WiFi Link"
  74. depends on IWLAGN
  75. ---help---
  76. This option enables support for use with the following hardware:
  77. Intel Wireless WiFi Link 6250AGN Adapter
  78. Intel 6000 Series Wi-Fi Adapters (6200AGN and 6300AGN)
  79. Intel WiFi Link 1000BGN
  80. Intel Wireless WiFi 5150AGN
  81. Intel Wireless WiFi 5100AGN, 5300AGN, and 5350AGN
  82. config IWL3945
  83. tristate "Intel PRO/Wireless 3945ABG/BG Network Connection (iwl3945)"
  84. depends on IWLWIFI
  85. ---help---
  86. Select to build the driver supporting the:
  87. Intel PRO/Wireless 3945ABG/BG Network Connection
  88. This driver uses the kernel's mac80211 subsystem.
  89. In order to use this driver, you will need a microcode (uCode)
  90. image for it. You can obtain the microcode from:
  91. <http://intellinuxwireless.org/>.
  92. The microcode is typically installed in /lib/firmware. You can
  93. look in the hotplug script /etc/hotplug/firmware.agent to
  94. determine which directory FIRMWARE_DIR is set to when the script
  95. runs.
  96. If you want to compile the driver as a module ( = code which can be
  97. inserted in and removed from the running kernel whenever you want),
  98. say M here and read <file:Documentation/kbuild/modules.txt>. The
  99. module will be called iwl3945.