Kconfig 3.9 KB

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