summaryrefslogtreecommitdiffstats
path: root/drivers/staging/winbond
diff options
context:
space:
mode:
authorPavel Machek2008-11-24 10:18:29 +0100
committerGreg Kroah-Hartman2009-01-06 22:51:52 +0100
commit310d465d8365dbb1258b972c8a7c35f8d9dc68a3 (patch)
tree4973324c1edf177327c88a9c0a3a2266f5b7d5aa /drivers/staging/winbond
parentStaging: w35und: remove rxisr.c as dead code (diff)
downloadkernel-qcow2-linux-310d465d8365dbb1258b972c8a7c35f8d9dc68a3.tar.gz
kernel-qcow2-linux-310d465d8365dbb1258b972c8a7c35f8d9dc68a3.tar.xz
kernel-qcow2-linux-310d465d8365dbb1258b972c8a7c35f8d9dc68a3.zip
Staging: w35und: fix Kconfig
4KSTACK dependency was needed when driver carried its own softmac layer. That layer is gone, and functions have reasonably small stack footprint -> dependency can be removed. Add better description of hardware this driver is targetted at (now with fixed whitespace) Signed-off-by: Pavel Machek <pavel@suse.cz> Acked-by: Pekka Enberg <penberg@cs.helsinki.fi> Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
Diffstat (limited to 'drivers/staging/winbond')
-rw-r--r--drivers/staging/winbond/Kconfig12
1 files changed, 8 insertions, 4 deletions
diff --git a/drivers/staging/winbond/Kconfig b/drivers/staging/winbond/Kconfig
index 425219ed7ab9..940460c39f36 100644
--- a/drivers/staging/winbond/Kconfig
+++ b/drivers/staging/winbond/Kconfig
@@ -1,7 +1,11 @@
config W35UND
- tristate "Winbond driver"
- depends on MAC80211 && WLAN_80211 && USB && EXPERIMENTAL && !4KSTACKS
+ tristate "IS89C35 WLAN USB driver"
+ depends on MAC80211 && WLAN_80211 && USB && EXPERIMENTAL
default n
---help---
- This is highly experimental driver for winbond wifi card on some Kohjinsha notebooks
- Check http://code.google.com/p/winbondport/ for new version
+ This is highly experimental driver for Winbond WIFI card.
+
+ Hardware is present in some Kohjinsha subnotebooks, and in some
+ stand-alone USB modules. Chipset name seems to be w89c35d.
+
+ Check http://code.google.com/p/winbondport/ for new version.