diff options
author | Kalle Valo <kvalo@codeaurora.org> | 2015-11-18 07:39:37 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@codeaurora.org> | 2015-11-18 14:28:30 +0200 |
commit | ed0ad06f5c8e5b8fc3c6d7c0e3d2dc546638c18c (patch) | |
tree | 0ed4c8db97cf6116cad178c5d7fa36f70b205eef /drivers/net/wireless/Kconfig | |
parent | de60f1dc23f65c308636036cbb14e0d3ada36f27 (diff) | |
download | linux-ed0ad06f5c8e5b8fc3c6d7c0e3d2dc546638c18c.tar.gz linux-ed0ad06f5c8e5b8fc3c6d7c0e3d2dc546638c18c.tar.bz2 linux-ed0ad06f5c8e5b8fc3c6d7c0e3d2dc546638c18c.zip |
zd1201: move under zydas vendor directory
Part of reorganising wireless drivers directory and Kconfig.
Signed-off-by: Kalle Valo <kvalo@codeaurora.org>
Diffstat (limited to 'drivers/net/wireless/Kconfig')
-rw-r--r-- | drivers/net/wireless/Kconfig | 20 |
1 files changed, 1 insertions, 19 deletions
diff --git a/drivers/net/wireless/Kconfig b/drivers/net/wireless/Kconfig index 315982a5ee73..35155e2dc8bf 100644 --- a/drivers/net/wireless/Kconfig +++ b/drivers/net/wireless/Kconfig @@ -24,6 +24,7 @@ source "drivers/net/wireless/cisco/Kconfig" source "drivers/net/wireless/intel/Kconfig" source "drivers/net/wireless/marvell/Kconfig" source "drivers/net/wireless/st/Kconfig" +source "drivers/net/wireless/zydas/Kconfig" config PCMCIA_RAYCS tristate "Aviator/Raytheon 2.4GHz wireless support" @@ -70,25 +71,6 @@ config PRISM54 When built as module you get the module prism54 -config USB_ZD1201 - tristate "USB ZD1201 based Wireless device support" - depends on CFG80211 && USB - select WIRELESS_EXT - select WEXT_PRIV - 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. - config USB_NET_RNDIS_WLAN tristate "Wireless RNDIS USB support" depends on USB |