[patch] prism2-usb: Build should select WIRELESS_EXT

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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@xxxxxxxxxxxx>

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
_______________________________________________
devel mailing list
devel@xxxxxxxxxxxxxxxxxxxxxx
http://driverdev.linuxdriverproject.org/mailman/listinfo/devel

[Index of Archives]     [Linux Driver Backports]     [DMA Engine]     [Linux GPIO]     [Linux SPI]     [Video for Linux]     [Linux USB Devel]     [Linux Coverity]     [Linux Audio Users]     [Linux Kernel]     [Linux SCSI]     [Yosemite Backpacking]
  Powered by Linux