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