Back to home page

OSCL-LXR

 
 

    


0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config WLAN_VENDOR_ZYDAS
0003         bool "ZyDAS devices"
0004         default y
0005         help
0006           If you have a wireless card belonging to this class, say Y.
0007 
0008           Note that the answer to this question doesn't directly affect the
0009           kernel: saying N will just cause the configurator to skip all the
0010           questions about these cards. If you say Y, you will be asked for
0011           your specific card in the following questions.
0012 
0013 if WLAN_VENDOR_ZYDAS
0014 
0015 config USB_ZD1201
0016         tristate "USB ZD1201 based Wireless device support"
0017         depends on CFG80211 && USB
0018         select WIRELESS_EXT
0019         select WEXT_PRIV
0020         select FW_LOADER
0021         help
0022           Say Y if you want to use wireless LAN adapters based on the ZyDAS
0023           ZD1201 chip.
0024 
0025           This driver makes the adapter appear as a normal Ethernet interface,
0026           typically on wlan0.
0027 
0028           The zd1201 device requires external firmware to be loaded.
0029           This can be found at http://linux-lc100020.sourceforge.net/
0030 
0031           To compile this driver as a module, choose M here: the
0032           module will be called zd1201.
0033 
0034 source "drivers/net/wireless/zydas/zd1211rw/Kconfig"
0035 
0036 endif # WLAN_VENDOR_ZYDAS