diff options
author | Arnd Bergmann <arnd@arndb.de> | 2023-10-23 15:19:47 +0200 |
---|---|---|
committer | Kalle Valo <kvalo@kernel.org> | 2023-10-30 19:29:52 +0200 |
commit | 757a46c2a7a99a4e12f6a267e945c98324c41702 (patch) | |
tree | a1e4c8a133a8af8cca3be0fe2dd5747de8f90040 /drivers/net/wireless/zydas/Kconfig | |
parent | d0172d5f7576ed6c3f73622ca4c16ba63c49da4e (diff) |
wifi: remove orphaned zd1201 driver
This is a wireless extensions style driver for 802.11b USB dongles,
with partial support for cfg80211 interfaces.
As these are all external dongles, there are probably few users that
have not yet replaced them with cheap 802.11n devices that work better.
Signed-off-by: Arnd Bergmann <arnd@arndb.de>
Signed-off-by: Kalle Valo <kvalo@kernel.org>
Diffstat (limited to 'drivers/net/wireless/zydas/Kconfig')
-rw-r--r-- | drivers/net/wireless/zydas/Kconfig | 19 |
1 files changed, 0 insertions, 19 deletions
diff --git a/drivers/net/wireless/zydas/Kconfig b/drivers/net/wireless/zydas/Kconfig index 08574433df66..839e1217e855 100644 --- a/drivers/net/wireless/zydas/Kconfig +++ b/drivers/net/wireless/zydas/Kconfig @@ -12,25 +12,6 @@ config WLAN_VENDOR_ZYDAS if WLAN_VENDOR_ZYDAS -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. - source "drivers/net/wireless/zydas/zd1211rw/Kconfig" endif # WLAN_VENDOR_ZYDAS |