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) | |
download | kernel_samsung_aries-5c601d0c942f5aaf7f3cff7e08f61047d70a964e.zip kernel_samsung_aries-5c601d0c942f5aaf7f3cff7e08f61047d70a964e.tar.gz kernel_samsung_aries-5c601d0c942f5aaf7f3cff7e08f61047d70a964e.tar.bz2 |
[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 efd6ca7..0540596 100644 --- a/drivers/usb/net/Kconfig +++ b/drivers/usb/net/Kconfig @@ -301,21 +301,4 @@ config USB_NET_ZAURUS some cases CDC MDLM) protocol, not "g_ether". -config USB_ZD1201 - tristate "USB ZD1201 based Wireless device support" - depends on NET_RADIO - select FW_LOADER - ---help--- - Say Y if you want to use wireless LAN adapters based on the ZyDAS - ZD1201 chip. - - This driver makes the adapter appear as a normal Ethernet interface, - typically on wlan0. - - The zd1201 device requires external firmware to be loaded. - This can be found at http://linux-lc100020.sourceforge.net/ - - To compile this driver as a module, choose M here: the - module will be called zd1201. - endmenu |