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