1# SPDX-License-Identifier: GPL-2.0-only 2config WLAN_VENDOR_ZYDAS 3 bool "ZyDAS devices" 4 default y 5 help 6 If you have a wireless card belonging to this class, say Y. 7 8 Note that the answer to this question doesn't directly affect the 9 kernel: saying N will just cause the configurator to skip all the 10 questions about these cards. If you say Y, you will be asked for 11 your specific card in the following questions. 12 13if WLAN_VENDOR_ZYDAS 14 15config USB_ZD1201 16 tristate "USB ZD1201 based Wireless device support" 17 depends on CFG80211 && USB 18 select WIRELESS_EXT 19 select WEXT_PRIV 20 select FW_LOADER 21 help 22 Say Y if you want to use wireless LAN adapters based on the ZyDAS 23 ZD1201 chip. 24 25 This driver makes the adapter appear as a normal Ethernet interface, 26 typically on wlan0. 27 28 The zd1201 device requires external firmware to be loaded. 29 This can be found at http://linux-lc100020.sourceforge.net/ 30 31 To compile this driver as a module, choose M here: the 32 module will be called zd1201. 33 34source "drivers/net/wireless/zydas/zd1211rw/Kconfig" 35 36endif # WLAN_VENDOR_ZYDAS 37