| .. | .. |
|---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
|---|
| 1 | 2 | config IWLEGACY |
|---|
| 2 | 3 | tristate |
|---|
| 3 | 4 | select FW_LOADER |
|---|
| .. | .. |
|---|
| 10 | 11 | tristate "Intel Wireless WiFi 4965AGN (iwl4965)" |
|---|
| 11 | 12 | depends on PCI && MAC80211 |
|---|
| 12 | 13 | select IWLEGACY |
|---|
| 13 | | - ---help--- |
|---|
| 14 | + help |
|---|
| 14 | 15 | This option enables support for |
|---|
| 15 | 16 | |
|---|
| 16 | 17 | Select to build the driver supporting the: |
|---|
| .. | .. |
|---|
| 31 | 32 | |
|---|
| 32 | 33 | If you want to compile the driver as a module ( = code which can be |
|---|
| 33 | 34 | inserted in and removed from the running kernel whenever you want), |
|---|
| 34 | | - say M here and read <file:Documentation/kbuild/modules.txt>. The |
|---|
| 35 | + say M here and read <file:Documentation/kbuild/modules.rst>. The |
|---|
| 35 | 36 | module will be called iwl4965. |
|---|
| 36 | 37 | |
|---|
| 37 | 38 | config IWL3945 |
|---|
| 38 | 39 | tristate "Intel PRO/Wireless 3945ABG/BG Network Connection (iwl3945)" |
|---|
| 39 | 40 | depends on PCI && MAC80211 |
|---|
| 40 | 41 | select IWLEGACY |
|---|
| 41 | | - ---help--- |
|---|
| 42 | + help |
|---|
| 42 | 43 | Select to build the driver supporting the: |
|---|
| 43 | 44 | |
|---|
| 44 | 45 | Intel PRO/Wireless 3945ABG/BG Network Connection |
|---|
| .. | .. |
|---|
| 57 | 58 | |
|---|
| 58 | 59 | If you want to compile the driver as a module ( = code which can be |
|---|
| 59 | 60 | inserted in and removed from the running kernel whenever you want), |
|---|
| 60 | | - say M here and read <file:Documentation/kbuild/modules.txt>. The |
|---|
| 61 | + say M here and read <file:Documentation/kbuild/modules.rst>. The |
|---|
| 61 | 62 | module will be called iwl3945. |
|---|
| 62 | 63 | |
|---|
| 63 | 64 | menu "iwl3945 / iwl4965 Debugging Options" |
|---|
| .. | .. |
|---|
| 66 | 67 | config IWLEGACY_DEBUG |
|---|
| 67 | 68 | bool "Enable full debugging output in iwlegacy (iwl 3945/4965) drivers" |
|---|
| 68 | 69 | depends on IWLEGACY |
|---|
| 69 | | - ---help--- |
|---|
| 70 | + help |
|---|
| 70 | 71 | This option will enable debug tracing output for the iwlegacy |
|---|
| 71 | 72 | drivers. |
|---|
| 72 | 73 | |
|---|
| .. | .. |
|---|
| 90 | 91 | any problems you may encounter. |
|---|
| 91 | 92 | |
|---|
| 92 | 93 | config IWLEGACY_DEBUGFS |
|---|
| 93 | | - bool "iwlegacy (iwl 3945/4965) debugfs support" |
|---|
| 94 | | - depends on IWLEGACY && MAC80211_DEBUGFS |
|---|
| 95 | | - ---help--- |
|---|
| 94 | + bool "iwlegacy (iwl 3945/4965) debugfs support" |
|---|
| 95 | + depends on IWLEGACY && MAC80211_DEBUGFS |
|---|
| 96 | + help |
|---|
| 96 | 97 | Enable creation of debugfs files for the iwlegacy drivers. This |
|---|
| 97 | 98 | is a low-impact option that allows getting insight into the |
|---|
| 98 | 99 | driver's state at runtime. |
|---|