PageRenderTime 17ms CodeModel.GetById 13ms app.highlight 3ms RepoModel.GetById 1ms app.codeStats 0ms

/drivers/net/wireless/zd1211rw/Kconfig

https://bitbucket.org/wisechild/galaxy-nexus
#! | 19 lines | 16 code | 3 blank | 0 comment | 0 complexity | bcf717a505f050164ebe88c114cd1877 MD5 | raw file
Possible License(s): GPL-2.0, LGPL-2.0, AGPL-1.0
 1config ZD1211RW
 2	tristate "ZyDAS ZD1211/ZD1211B USB-wireless support"
 3	depends on USB && MAC80211 && EXPERIMENTAL
 4	select FW_LOADER
 5	---help---
 6	  This is an experimental driver for the ZyDAS ZD1211/ZD1211B wireless
 7	  chip, present in many USB-wireless adapters.
 8
 9	  Device firmware is required alongside this driver. You can download
10	  the firmware distribution from http://zd1211.ath.cx/get-firmware
11
12config ZD1211RW_DEBUG
13	bool "ZyDAS ZD1211 debugging"
14	depends on ZD1211RW
15	---help---
16	  ZD1211 debugging messages. Choosing Y will result in additional debug
17	  messages being saved to your kernel logs, which may help debug any
18	  problems.
19