Kconfig 3.8 KB

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