0001 # SPDX-License-Identifier: GPL-2.0-only
0002 config ZD1211RW
0003 tristate "ZyDAS ZD1211/ZD1211B USB-wireless support"
0004 depends on USB && MAC80211
0005 select FW_LOADER
0006 help
0007 This is a driver for the ZyDAS ZD1211/ZD1211B wireless
0008 chip, present in many USB-wireless adapters.
0009
0010 Device firmware is required alongside this driver. You can download
0011 the firmware distribution from http://sf.net/projects/zd1211/files/
0012
0013 config ZD1211RW_DEBUG
0014 bool "ZyDAS ZD1211 debugging"
0015 depends on ZD1211RW
0016 help
0017 ZD1211 debugging messages. Choosing Y will result in additional debug
0018 messages being saved to your kernel logs, which may help debug any
0019 problems.
0020