Kconfig 4.4 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146
  1. config IWLWIFI
  2. bool "Intel Wireless Wifi"
  3. depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
  4. default y
  5. config IWLCORE
  6. tristate "Intel Wireless Wifi Core"
  7. depends on IWLWIFI
  8. select LIB80211
  9. select MAC80211_LEDS if IWLWIFI_LEDS
  10. select LEDS_CLASS if IWLWIFI_LEDS
  11. select RFKILL if IWLWIFI_RFKILL
  12. config IWLWIFI_LEDS
  13. bool "Enable LED support in iwlagn driver"
  14. depends on IWLCORE
  15. config IWLWIFI_RFKILL
  16. bool "Enable RF kill support in iwlagn driver"
  17. depends on IWLCORE
  18. config IWLWIFI_DEBUG
  19. bool "Enable full debugging output in iwlagn and iwl3945 drivers"
  20. depends on IWLCORE
  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 "Iwlwifi debugfs support"
  37. depends on IWLCORE && 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"
  42. depends on IWLWIFI
  43. select FW_LOADER
  44. select IWLCORE
  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 IWLAGN_SPECTRUM_MEASUREMENT
  61. bool "Enable Spectrum Measurement in iwlagn driver"
  62. depends on IWLAGN
  63. ---help---
  64. This option will enable spectrum measurement for the iwlagn driver.
  65. config IWLAGN_LEDS
  66. bool "Enable LEDS features in iwlagn driver"
  67. depends on IWLAGN
  68. select IWLWIFI_LEDS
  69. ---help---
  70. This option enables LEDS for the iwlagn drivers
  71. config IWL4965
  72. bool "Intel Wireless WiFi 4965AGN"
  73. depends on IWLAGN
  74. ---help---
  75. This option enables support for Intel Wireless WiFi Link 4965AGN
  76. config IWL5000
  77. bool "Intel Wireless WiFi 5000AGN"
  78. depends on IWLAGN
  79. ---help---
  80. This option enables support for Intel Wireless WiFi Link 5000AGN Family
  81. config IWL3945
  82. tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
  83. depends on IWLWIFI
  84. select FW_LOADER
  85. select LIB80211
  86. select MAC80211_LEDS if IWL3945_LEDS
  87. select LEDS_CLASS if IWL3945_LEDS
  88. select RFKILL if IWLWIFI_RFKILL
  89. ---help---
  90. Select to build the driver supporting the:
  91. Intel PRO/Wireless 3945ABG/BG Network Connection
  92. This driver uses the kernel's mac80211 subsystem.
  93. In order to use this driver, you will need a microcode (uCode)
  94. image for it. You can obtain the microcode from:
  95. <http://intellinuxwireless.org/>.
  96. The microcode is typically installed in /lib/firmware. You can
  97. look in the hotplug script /etc/hotplug/firmware.agent to
  98. determine which directory FIRMWARE_DIR is set to when the script
  99. runs.
  100. If you want to compile the driver as a module ( = code which can be
  101. inserted in and removed from the running kernel whenever you want),
  102. say M here and read <file:Documentation/kbuild/modules.txt>. The
  103. module will be called iwl3945.ko.
  104. config IWL3945_SPECTRUM_MEASUREMENT
  105. bool "Enable Spectrum Measurement in iwl3945 drivers"
  106. depends on IWL3945
  107. ---help---
  108. This option will enable spectrum measurement for the iwl3945 driver.
  109. config IWL3945_LEDS
  110. bool "Enable LEDS features in iwl3945 driver"
  111. depends on IWL3945
  112. ---help---
  113. This option enables LEDS for the iwl3945 driver.