Kconfig 5.1 KB

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