Kconfig 5.2 KB

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