Kconfig 4.4 KB

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