Kconfig 4.3 KB

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