Kconfig 4.1 KB

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