mirror of https://lore.kernel.org/lkml/
 help / color / mirror / Atom feed
* [patch] prism2-usb: Build should select WIRELESS_EXT
@ 2009-12-22  5:12 Simon Horman
  0 siblings, 0 replies; only message in thread
From: Simon Horman @ 2009-12-22  5:12 UTC (permalink / raw)
  To: devel, linux-kernel; +Cc: Greg Kroah-Hartman, Solomon Peachy

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>

--- 

Reposting as I mucked up my own name the first time around

Index: net-next-2.6/drivers/staging/wlan-ng/Kconfig
===================================================================
--- net-next-2.6.orig/drivers/staging/wlan-ng/Kconfig	2009-12-21 12:35:25.000000000 +1100
+++ net-next-2.6/drivers/staging/wlan-ng/Kconfig	2009-12-21 12:35:45.000000000 +1100
@@ -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

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2009-12-22  5:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-12-22  5:12 [patch] prism2-usb: Build should select WIRELESS_EXT Simon Horman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox

all inboxes | Powered by JetHome®