Kconfig 3.8 KB

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