155682Smarkm# SPDX-License-Identifier: GPL-2.0-only
2233294Sstasconfig ZD1211RW
3233294Sstas	tristate "ZyDAS ZD1211/ZD1211B USB-wireless support"
4233294Sstas	depends on USB && MAC80211
555682Smarkm	select FW_LOADER
6233294Sstas	help
755682Smarkm	  This is a driver for the ZyDAS ZD1211/ZD1211B wireless
8233294Sstas	  chip, present in many USB-wireless adapters.
9233294Sstas
10233294Sstas	  Device firmware is required alongside this driver. You can download
1155682Smarkm	  the firmware distribution from http://sf.net/projects/zd1211/files/
12233294Sstas
13233294Sstasconfig ZD1211RW_DEBUG
1455682Smarkm	bool "ZyDAS ZD1211 debugging"
15233294Sstas	depends on ZD1211RW
16233294Sstas	help
17233294Sstas	  ZD1211 debugging messages. Choosing Y will result in additional debug
1855682Smarkm	  messages being saved to your kernel logs, which may help debug any
19233294Sstas	  problems.
20233294Sstas
21233294Sstas