Skip to content

Commit

Permalink
Staging: w35und: fix Kconfig
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Pavel Machek authored and Greg Kroah-Hartman committed Jan 6, 2009
1 parent a3f245a commit 310d465
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions drivers/staging/winbond/Kconfig
Original file line number Diff line number Diff line change
@@ -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.

0 comments on commit 310d465

Please sign in to comment.