Kconfig 5.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171
  1. config IWLWIFI
  2. tristate
  3. config IWLCORE
  4. tristate "Intel Wireless Wifi Core"
  5. depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
  6. select IWLWIFI
  7. select MAC80211_LEDS if IWLWIFI_LEDS
  8. select LEDS_CLASS if IWLWIFI_LEDS
  9. select RFKILL if IWLWIFI_RFKILL
  10. config IWLWIFI_LEDS
  11. bool
  12. default n
  13. config IWLWIFI_RFKILL
  14. boolean "IWLWIFI RF kill support"
  15. depends on IWLCORE
  16. config IWL4965
  17. tristate "Intel Wireless WiFi 4965AGN"
  18. depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
  19. select FW_LOADER
  20. select IWLCORE
  21. ---help---
  22. Select to build the driver supporting the:
  23. Intel Wireless WiFi Link 4965AGN
  24. This driver uses the kernel's mac80211 subsystem.
  25. In order to use this driver, you will need a microcode (uCode)
  26. image for it. You can obtain the microcode from:
  27. <http://intellinuxwireless.org/>.
  28. The microcode is typically installed in /lib/firmware. You can
  29. look in the hotplug script /etc/hotplug/firmware.agent to
  30. determine which directory FIRMWARE_DIR is set to when the script
  31. runs.
  32. If you want to compile the driver as a module ( = code which can be
  33. inserted in and removed from the running kernel whenever you want),
  34. say M here and read <file:Documentation/kbuild/modules.txt>. The
  35. module will be called iwl4965.ko.
  36. config IWL4965_LEDS
  37. bool "Enable LEDS features in iwl4965 driver"
  38. depends on IWL4965
  39. select IWLWIFI_LEDS
  40. ---help---
  41. This option enables LEDS for the iwlwifi drivers
  42. config IWL4965_SPECTRUM_MEASUREMENT
  43. bool "Enable Spectrum Measurement in iwl4965 driver"
  44. depends on IWL4965
  45. ---help---
  46. This option will enable spectrum measurement for the iwl4965 driver.
  47. config IWLWIFI_DEBUG
  48. bool "Enable full debugging output in iwl4965 driver"
  49. depends on IWL4965
  50. ---help---
  51. This option will enable debug tracing output for the iwl4965
  52. driver.
  53. This will result in the kernel module being ~100k larger. You can
  54. control which debug output is sent to the kernel log by setting the
  55. value in
  56. /sys/class/net/wlan0/device/debug_level
  57. This entry will only exist if this option is enabled.
  58. To set a value, simply echo an 8-byte hex value to the same file:
  59. % echo 0x43fff > /sys/class/net/wlan0/device/debug_level
  60. You can find the list of debug mask values in:
  61. drivers/net/wireless/iwlwifi/iwl-4965-debug.h
  62. If this is your first time using this driver, you should say Y here
  63. as the debug information can assist others in helping you resolve
  64. any problems you may encounter.
  65. config IWL5000
  66. bool "Intel Wireless WiFi 5000AGN"
  67. depends on IWL4965
  68. ---help---
  69. This option enables support for Intel Wireless WiFi Link 5000AGN Family
  70. Dependency on 4965 is temporary
  71. config IWLWIFI_DEBUGFS
  72. bool "Iwlwifi debugfs support"
  73. depends on IWLCORE && IWLWIFI_DEBUG && MAC80211_DEBUGFS
  74. ---help---
  75. Enable creation of debugfs files for the iwlwifi drivers.
  76. config IWL3945
  77. tristate "Intel PRO/Wireless 3945ABG/BG Network Connection"
  78. depends on PCI && MAC80211 && WLAN_80211 && EXPERIMENTAL
  79. select FW_LOADER
  80. select IWLWIFI
  81. select MAC80211_LEDS if IWL3945_LEDS
  82. select LEDS_CLASS if IWL3945_LEDS
  83. select RFKILL if IWL3945_RFKILL
  84. ---help---
  85. Select to build the driver supporting the:
  86. Intel PRO/Wireless 3945ABG/BG Network Connection
  87. This driver uses the kernel's mac80211 subsystem.
  88. In order to use this driver, you will need a microcode (uCode)
  89. image for it. You can obtain the microcode from:
  90. <http://intellinuxwireless.org/>.
  91. The microcode is typically installed in /lib/firmware. You can
  92. look in the hotplug script /etc/hotplug/firmware.agent to
  93. determine which directory FIRMWARE_DIR is set to when the script
  94. runs.
  95. If you want to compile the driver as a module ( = code which can be
  96. inserted in and removed from the running kernel whenever you want),
  97. say M here and read <file:Documentation/kbuild/modules.txt>. The
  98. module will be called iwl3945.ko.
  99. config IWL3945_RFKILL
  100. bool "Enable RF kill support in iwl3945 drivers"
  101. depends on IWL3945
  102. config IWL3945_SPECTRUM_MEASUREMENT
  103. bool "Enable Spectrum Measurement in iwl3945 drivers"
  104. depends on IWL3945
  105. ---help---
  106. This option will enable spectrum measurement for the iwl3945 driver.
  107. config IWL3945_LEDS
  108. bool "Enable LEDS features in iwl3945 driver"
  109. depends on IWL3945
  110. ---help---
  111. This option enables LEDS for the iwl3945 driver.
  112. config IWL3945_DEBUG
  113. bool "Enable full debugging output in iwl3945 driver"
  114. depends on IWL3945
  115. ---help---
  116. This option will enable debug tracing output for the iwl3945
  117. driver.
  118. This will result in the kernel module being ~100k larger. You can
  119. control which debug output is sent to the kernel log by setting the
  120. value in
  121. /sys/bus/pci/drivers/${DRIVER}/debug_level
  122. This entry will only exist if this option is enabled.
  123. To set a value, simply echo an 8-byte hex value to the same file:
  124. % echo 0x43fff > /sys/bus/pci/drivers/${DRIVER}/debug_level
  125. You can find the list of debug mask values in:
  126. drivers/net/wireless/iwlwifi/iwl-3945-debug.h
  127. If this is your first time using this driver, you should say Y here
  128. as the debug information can assist others in helping you resolve
  129. any problems you may encounter.