Kconfig 3.8 KB

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