diff options
-rw-r--r-- | drivers/net/wireless/Kconfig | 26 |
1 files changed, 16 insertions, 10 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index cfedbda81e3f..3c3ef966c95b 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig | |||
@@ -146,12 +146,15 @@ config IPW2100 | |||
146 | configure your card: | 146 | configure your card: |
147 | 147 | ||
148 | <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>. | 148 | <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>. |
149 | |||
150 | It is recommended that you compile this driver as a module (M) | ||
151 | rather than built-in (Y). This driver requires firmware at device | ||
152 | initialization time, and when built-in this typically happens | ||
153 | before the filesystem is accessible (hence firmware will be | ||
154 | unavailable and initialization will fail). If you do choose to build | ||
155 | this driver into your kernel image, you can avoid this problem by | ||
156 | including the firmware and a firmware loader in an initramfs. | ||
149 | 157 | ||
150 | If you want to compile the driver as a module ( = code which can be | ||
151 | inserted in and removed from the running kernel whenever you want), | ||
152 | say M here and read <file:Documentation/kbuild/modules.txt>. | ||
153 | The module will be called ipw2100.ko. | ||
154 | |||
155 | config IPW2100_MONITOR | 158 | config IPW2100_MONITOR |
156 | bool "Enable promiscuous mode" | 159 | bool "Enable promiscuous mode" |
157 | depends on IPW2100 | 160 | depends on IPW2100 |
@@ -201,11 +204,14 @@ config IPW2200 | |||
201 | configure your card: | 204 | configure your card: |
202 | 205 | ||
203 | <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>. | 206 | <http://www.hpl.hp.com/personal/Jean_Tourrilhes/Linux/Tools.html>. |
204 | 207 | ||
205 | If you want to compile the driver as a module ( = code which can be | 208 | It is recommended that you compile this driver as a module (M) |
206 | inserted in and removed from the running kernel whenever you want), | 209 | rather than built-in (Y). This driver requires firmware at device |
207 | say M here and read <file:Documentation/kbuild/modules.txt>. | 210 | initialization time, and when built-in this typically happens |
208 | The module will be called ipw2200.ko. | 211 | before the filesystem is accessible (hence firmware will be |
212 | unavailable and initialization will fail). If you do choose to build | ||
213 | this driver into your kernel image, you can avoid this problem by | ||
214 | including the firmware and a firmware loader in an initramfs. | ||
209 | 215 | ||
210 | config IPW2200_MONITOR | 216 | config IPW2200_MONITOR |
211 | bool "Enable promiscuous mode" | 217 | bool "Enable promiscuous mode" |