diff options
author | Pavel Machek <pavel@suse.cz> | 2006-06-05 16:13:30 -0400 |
---|---|---|
committer | John W. Linville <linville@tuxdriver.com> | 2006-06-05 16:13:30 -0400 |
commit | 5c601d0c942f5aaf7f3cff7e08f61047d70a964e (patch) | |
tree | 0144bcb5291d5cd49192270b6ff192e21f661da7 /drivers/usb/net/Kconfig | |
parent | ff7562aaec1e68448888572033f072fc21ef2ac8 (diff) |
[PATCH] wireless: move zd1201 where it belongs
zd1201 is wifi adapter, yet it is hiding in drivers/usb/net where
noone can find it. This moves Kconfig/Makefile zd1201 to the right
place.
Signed-off-by: Pavel Machek <pavel@suse.cz>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
Diffstat (limited to 'drivers/usb/net/Kconfig')
-rw-r--r-- | drivers/usb/net/Kconfig | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/drivers/usb/net/Kconfig b/drivers/usb/net/Kconfig index efd6ca7e4ac5..054059632a21 100644 --- a/drivers/usb/net/Kconfig +++ b/drivers/usb/net/Kconfig | |||
@@ -301,21 +301,4 @@ config USB_NET_ZAURUS | |||
301 | some cases CDC MDLM) protocol, not "g_ether". | 301 | some cases CDC MDLM) protocol, not "g_ether". |
302 | 302 | ||
303 | 303 | ||
304 | config USB_ZD1201 | ||
305 | tristate "USB ZD1201 based Wireless device support" | ||
306 | depends on NET_RADIO | ||
307 | select FW_LOADER | ||
308 | ---help--- | ||
309 | Say Y if you want to use wireless LAN adapters based on the ZyDAS | ||
310 | ZD1201 chip. | ||
311 | |||
312 | This driver makes the adapter appear as a normal Ethernet interface, | ||
313 | typically on wlan0. | ||
314 | |||
315 | The zd1201 device requires external firmware to be loaded. | ||
316 | This can be found at http://linux-lc100020.sourceforge.net/ | ||
317 | |||
318 | To compile this driver as a module, choose M here: the | ||
319 | module will be called zd1201. | ||
320 | |||
321 | endmenu | 304 | endmenu |