Skip to content

Commit

Permalink
Staging: prism2-usb: Build should select WIRELESS_EXT
Browse files Browse the repository at this point in the history
The prevailing idiom is to select WIRELESS_EXT not depend on it.

Depending leaves this driver in a situation where it can only
be built if another driver that selects WIRELESS_EXT has been enabled.

Signed-off-by: Simon Horman <horms@verge.net.au>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
  • Loading branch information
Simon Horman authored and Greg Kroah-Hartman committed Mar 4, 2010
1 parent d512a14 commit e8ffaa3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion drivers/staging/wlan-ng/Kconfig
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
config PRISM2_USB
tristate "Prism2.5/3 USB driver"
depends on WLAN && USB && WIRELESS_EXT
depends on WLAN && USB
select WIRELESS_EXT
default n
---help---
This is the wlan-ng prism 2.5/3 USB driver for a wide range of
Expand Down

0 comments on commit e8ffaa3

Please sign in to comment.